Amazon.IoT.AmazonIoTClient.CreateKeysAndCertificate C# (CSharp) Метод

CreateKeysAndCertificate() публичный Метод

Creates a 2048-bit RSA key pair and issues an X.509 certificate using the issued public key.

Note This is the only time AWS IoT issues the private key for this certificate, so it is important to keep it in a secure location.

/// An unexpected error has occurred. /// /// The request is not valid. /// /// The service is temporarily unavailable. /// /// The rate exceeds the limit. /// /// You are not authorized to perform this operation. ///
public CreateKeysAndCertificate ( ) : CreateKeysAndCertificateResponse
Результат Amazon.IoT.Model.CreateKeysAndCertificateResponse
        public CreateKeysAndCertificateResponse CreateKeysAndCertificate()
        {
            var request = new CreateKeysAndCertificateRequest();
            return CreateKeysAndCertificate(request);
        }

Same methods

AmazonIoTClient::CreateKeysAndCertificate ( CreateKeysAndCertificateRequest request ) : CreateKeysAndCertificateResponse
AmazonIoTClient::CreateKeysAndCertificate ( bool setAsActive ) : CreateKeysAndCertificateResponse
AmazonIoTClient