Amazon.KeyManagementService.AmazonKeyManagementServiceClient.GenerateRandom C# (CSharp) Méthode

GenerateRandom() public méthode

Generates an unpredictable byte string.
/// The system timed out while trying to fulfill the request. The request can be retried. /// /// The request was rejected because an internal exception occurred. The request can be /// retried. ///
public GenerateRandom ( GenerateRandomRequest request ) : GenerateRandomResponse
request GenerateRandomRequest Container for the necessary parameters to execute the GenerateRandom service method.
Résultat GenerateRandomResponse
        public GenerateRandomResponse GenerateRandom(GenerateRandomRequest request)
        {
            var marshaller = new GenerateRandomRequestMarshaller();
            var unmarshaller = GenerateRandomResponseUnmarshaller.Instance;

            return Invoke<GenerateRandomRequest,GenerateRandomResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonKeyManagementServiceClient::GenerateRandom ( int numberOfBytes ) : GenerateRandomResponse
AmazonKeyManagementServiceClient