Méthode | Description | |
---|---|---|
AddTagsToCertificateAsync ( |
Initiates the asynchronous execution of the AddTagsToCertificate operation.
|
|
AmazonCertificateManagerClient ( ) : System |
Constructs AmazonCertificateManagerClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonCertificateManagerClient ( |
Constructs AmazonCertificateManagerClient with AWS Credentials
|
|
AmazonCertificateManagerClient ( |
Constructs AmazonCertificateManagerClient with AWS Credentials and an AmazonCertificateManagerClient Configuration object.
|
|
AmazonCertificateManagerClient ( |
Constructs AmazonCertificateManagerClient with AWS Credentials
|
|
AmazonCertificateManagerClient ( |
Constructs AmazonCertificateManagerClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonCertificateManagerClient ( RegionEndpoint region ) : System |
Constructs AmazonCertificateManagerClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonCertificateManagerClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonCertificateManagerClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCertificateManagerClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonCertificateManagerClient with AWS Access Key ID, AWS Secret Key and an AmazonCertificateManagerClient Configuration object.
|
|
AmazonCertificateManagerClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonCertificateManagerClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCertificateManagerClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonCertificateManagerClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCertificateManagerClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonCertificateManagerClient with AWS Access Key ID, AWS Secret Key and an AmazonCertificateManagerClient Configuration object.
|
|
AmazonCertificateManagerClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonCertificateManagerClient with AWS Access Key ID and AWS Secret Key
|
|
BeginAddTagsToCertificate ( |
Initiates the asynchronous execution of the AddTagsToCertificate operation.
|
|
BeginDeleteCertificate ( |
Initiates the asynchronous execution of the DeleteCertificate operation.
|
|
BeginDescribeCertificate ( |
Initiates the asynchronous execution of the DescribeCertificate operation.
|
|
BeginGetCertificate ( |
Initiates the asynchronous execution of the GetCertificate operation.
|
|
BeginImportCertificate ( |
Initiates the asynchronous execution of the ImportCertificate operation.
|
|
BeginListCertificates ( |
Initiates the asynchronous execution of the ListCertificates operation.
|
|
BeginListTagsForCertificate ( |
Initiates the asynchronous execution of the ListTagsForCertificate operation.
|
|
BeginRemoveTagsFromCertificate ( |
Initiates the asynchronous execution of the RemoveTagsFromCertificate operation.
|
|
BeginRequestCertificate ( |
Initiates the asynchronous execution of the RequestCertificate operation.
|
|
BeginResendValidationEmail ( |
Initiates the asynchronous execution of the ResendValidationEmail operation.
|
|
DeleteCertificate ( string certificateArn ) : DeleteCertificateResponse |
Deletes an ACM Certificate and its associated private key. If this action succeeds, the certificate no longer appears in the list of ACM Certificates that can be displayed by calling the ListCertificates action or be retrieved by calling the GetCertificate action. The certificate will not be available for use by other AWS services. You cannot delete an ACM Certificate that is being used by another AWS service. To delete a certificate that is in use, the certificate association must first be removed.
|
|
DeleteCertificateAsync ( |
Initiates the asynchronous execution of the DeleteCertificate operation.
|
|
DeleteCertificateAsync ( string certificateArn, System cancellationToken = default(CancellationToken) ) : Task |
Deletes an ACM Certificate and its associated private key. If this action succeeds, the certificate no longer appears in the list of ACM Certificates that can be displayed by calling the ListCertificates action or be retrieved by calling the GetCertificate action. The certificate will not be available for use by other AWS services. You cannot delete an ACM Certificate that is being used by another AWS service. To delete a certificate that is in use, the certificate association must first be removed.
|
|
DescribeCertificate ( string certificateArn ) : |
Returns a list of the fields contained in the specified ACM Certificate. For example, this action returns the certificate status, a flag that indicates whether the certificate is associated with any other AWS service, and the date at which the certificate request was created. You specify the ACM Certificate on input by its Amazon Resource Name (ARN).
|
|
DescribeCertificateAsync ( |
Initiates the asynchronous execution of the DescribeCertificate operation.
|
|
DescribeCertificateAsync ( string certificateArn, System cancellationToken = default(CancellationToken) ) : Task |
Returns a list of the fields contained in the specified ACM Certificate. For example, this action returns the certificate status, a flag that indicates whether the certificate is associated with any other AWS service, and the date at which the certificate request was created. You specify the ACM Certificate on input by its Amazon Resource Name (ARN).
|
|
EndAddTagsToCertificate ( IAsyncResult asyncResult ) : AddTagsToCertificateResponse |
Finishes the asynchronous execution of the AddTagsToCertificate operation.
|
|
EndDeleteCertificate ( IAsyncResult asyncResult ) : DeleteCertificateResponse |
Finishes the asynchronous execution of the DeleteCertificate operation.
|
|
EndDescribeCertificate ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeCertificate operation.
|
|
EndGetCertificate ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetCertificate operation.
|
|
EndImportCertificate ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ImportCertificate operation.
|
|
EndListCertificates ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListCertificates operation.
|
|
EndListTagsForCertificate ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListTagsForCertificate operation.
|
|
EndRemoveTagsFromCertificate ( IAsyncResult asyncResult ) : RemoveTagsFromCertificateResponse |
Finishes the asynchronous execution of the RemoveTagsFromCertificate operation.
|
|
EndRequestCertificate ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the RequestCertificate operation.
|
|
EndResendValidationEmail ( IAsyncResult asyncResult ) : ResendValidationEmailResponse |
Finishes the asynchronous execution of the ResendValidationEmail operation.
|
|
GetCertificate ( string certificateArn ) : |
Retrieves an ACM Certificate and certificate chain for the certificate specified by an ARN. The chain is an ordered list of certificates that contains the root certificate, intermediate certificates of subordinate CAs, and the ACM Certificate. The certificate and certificate chain are base64 encoded. If you want to decode the certificate chain to see the individual certificate fields, you can use OpenSSL. Currently, ACM Certificates can be used only with Elastic Load Balancing and Amazon CloudFront.
|
|
GetCertificateAsync ( |
Initiates the asynchronous execution of the GetCertificate operation.
|
|
GetCertificateAsync ( string certificateArn, System cancellationToken = default(CancellationToken) ) : Task |
Retrieves an ACM Certificate and certificate chain for the certificate specified by an ARN. The chain is an ordered list of certificates that contains the root certificate, intermediate certificates of subordinate CAs, and the ACM Certificate. The certificate and certificate chain are base64 encoded. If you want to decode the certificate chain to see the individual certificate fields, you can use OpenSSL. Currently, ACM Certificates can be used only with Elastic Load Balancing and Amazon CloudFront.
|
|
ImportCertificateAsync ( |
Initiates the asynchronous execution of the ImportCertificate operation.
|
|
ListCertificatesAsync ( |
Initiates the asynchronous execution of the ListCertificates operation.
|
|
ListCertificatesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Retrieves a list of ACM Certificates and the domain name for each. You can optionally filter the list to return only the certificates that match the specified status.
|
|
ListTagsForCertificateAsync ( |
Initiates the asynchronous execution of the ListTagsForCertificate operation.
|
|
RemoveTagsFromCertificateAsync ( |
Initiates the asynchronous execution of the RemoveTagsFromCertificate operation.
|
|
RequestCertificate ( string domainName ) : |
Requests an ACM Certificate for use with other AWS services. To request an ACM Certificate, you must specify the fully qualified domain name (FQDN) for your site. You can also specify additional FQDNs if users can reach your site by using other names. For each domain name you specify, email is sent to the domain owner to request approval to issue the certificate. After receiving approval from the domain owner, the ACM Certificate is issued. For more information, see the AWS Certificate Manager User Guide.
|
|
RequestCertificateAsync ( |
Initiates the asynchronous execution of the RequestCertificate operation.
|
|
RequestCertificateAsync ( string domainName, System cancellationToken = default(CancellationToken) ) : Task |
Requests an ACM Certificate for use with other AWS services. To request an ACM Certificate, you must specify the fully qualified domain name (FQDN) for your site. You can also specify additional FQDNs if users can reach your site by using other names. For each domain name you specify, email is sent to the domain owner to request approval to issue the certificate. After receiving approval from the domain owner, the ACM Certificate is issued. For more information, see the AWS Certificate Manager User Guide.
|
|
ResendValidationEmailAsync ( |
Initiates the asynchronous execution of the ResendValidationEmail operation.
|
Méthode | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
Méthode | Description | |
---|---|---|
AddTagsToCertificate ( |
||
DeleteCertificate ( |
||
DescribeCertificate ( |
||
GetCertificate ( |
||
ImportCertificate ( |
||
ListCertificates ( ) : |
||
ListCertificates ( |
||
ListTagsForCertificate ( |
||
RemoveTagsFromCertificate ( |
||
RequestCertificate ( |
||
ResendValidationEmail ( |
public AddTagsToCertificateAsync ( |
||
request | Container for the necessary parameters to execute the AddTagsToCertificate operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public AmazonCertificateManagerClient ( ) : System | ||
Résultat | System |
public AmazonCertificateManagerClient ( |
||
credentials | AWS Credentials | |
Résultat | System |
public AmazonCertificateManagerClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonCertificateManagerClient Configuration Object | |
Résultat | System |
public AmazonCertificateManagerClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
Résultat | System |
public AmazonCertificateManagerClient ( |
||
config | The AmazonCertificateManagerClient Configuration Object | |
Résultat | System |
public AmazonCertificateManagerClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
Résultat | System |
public AmazonCertificateManagerClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
Résultat | System |
public AmazonCertificateManagerClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonCertificateManagerClient Configuration Object | |
Résultat | System |
public AmazonCertificateManagerClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
Résultat | System |
public AmazonCertificateManagerClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
Résultat | System |
public AmazonCertificateManagerClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonCertificateManagerClient Configuration Object | |
Résultat | System |
public AmazonCertificateManagerClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
Résultat | System |
public BeginAddTagsToCertificate ( |
||
request | Container for the necessary parameters to execute the AddTagsToCertificate operation on AmazonCertificateManagerClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginDeleteCertificate ( |
||
request | Container for the necessary parameters to execute the DeleteCertificate operation on AmazonCertificateManagerClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginDescribeCertificate ( |
||
request | Container for the necessary parameters to execute the DescribeCertificate operation on AmazonCertificateManagerClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginGetCertificate ( |
||
request | Container for the necessary parameters to execute the GetCertificate operation on AmazonCertificateManagerClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginImportCertificate ( |
||
request | Container for the necessary parameters to execute the ImportCertificate operation on AmazonCertificateManagerClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginListCertificates ( |
||
request | Container for the necessary parameters to execute the ListCertificates operation on AmazonCertificateManagerClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginListTagsForCertificate ( |
||
request | Container for the necessary parameters to execute the ListTagsForCertificate operation on AmazonCertificateManagerClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginRemoveTagsFromCertificate ( |
||
request | Container for the necessary parameters to execute the RemoveTagsFromCertificate operation on AmazonCertificateManagerClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginRequestCertificate ( |
||
request | Container for the necessary parameters to execute the RequestCertificate operation on AmazonCertificateManagerClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginResendValidationEmail ( |
||
request | Container for the necessary parameters to execute the ResendValidationEmail operation on AmazonCertificateManagerClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
protected CreateSigner ( ) : |
||
Résultat |
public DeleteCertificate ( string certificateArn ) : DeleteCertificateResponse | ||
certificateArn | string | String that contains the ARN of the ACM Certificate to be deleted. This must be of the form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012 For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces. |
Résultat | DeleteCertificateResponse |
public DeleteCertificateAsync ( |
||
request | Container for the necessary parameters to execute the DeleteCertificate operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public DeleteCertificateAsync ( string certificateArn, System cancellationToken = default(CancellationToken) ) : Task |
||
certificateArn | string | String that contains the ARN of the ACM Certificate to be deleted. This must be of the form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012 For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public DescribeCertificate ( string certificateArn ) : |
||
certificateArn | string | String that contains an ACM Certificate ARN. The ARN must be of the form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012 For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces. |
Résultat |
public DescribeCertificateAsync ( |
||
request | Container for the necessary parameters to execute the DescribeCertificate operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public DescribeCertificateAsync ( string certificateArn, System cancellationToken = default(CancellationToken) ) : Task |
||
certificateArn | string | String that contains an ACM Certificate ARN. The ARN must be of the form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012 For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public EndAddTagsToCertificate ( IAsyncResult asyncResult ) : AddTagsToCertificateResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAddTagsToCertificate. |
Résultat | AddTagsToCertificateResponse |
public EndDeleteCertificate ( IAsyncResult asyncResult ) : DeleteCertificateResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteCertificate. |
Résultat | DeleteCertificateResponse |
public EndDescribeCertificate ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeCertificate. |
Résultat |
public EndGetCertificate ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetCertificate. |
Résultat |
public EndImportCertificate ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginImportCertificate. |
Résultat |
public EndListCertificates ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListCertificates. |
Résultat |
public EndListTagsForCertificate ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListTagsForCertificate. |
Résultat |
public EndRemoveTagsFromCertificate ( IAsyncResult asyncResult ) : RemoveTagsFromCertificateResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRemoveTagsFromCertificate. |
Résultat | RemoveTagsFromCertificateResponse |
public EndRequestCertificate ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRequestCertificate. |
Résultat |
public EndResendValidationEmail ( IAsyncResult asyncResult ) : ResendValidationEmailResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginResendValidationEmail. |
Résultat | ResendValidationEmailResponse |
public GetCertificate ( string certificateArn ) : |
||
certificateArn | string | String that contains a certificate ARN in the following format: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012 For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces. |
Résultat |
public GetCertificateAsync ( |
||
request | Container for the necessary parameters to execute the GetCertificate operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public GetCertificateAsync ( string certificateArn, System cancellationToken = default(CancellationToken) ) : Task |
||
certificateArn | string | String that contains a certificate ARN in the following format: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012 For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public ImportCertificateAsync ( |
||
request | Container for the necessary parameters to execute the ImportCertificate operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public ListCertificatesAsync ( |
||
request | Container for the necessary parameters to execute the ListCertificates operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public ListCertificatesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public ListTagsForCertificateAsync ( |
||
request | Container for the necessary parameters to execute the ListTagsForCertificate operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public RemoveTagsFromCertificateAsync ( |
||
request | Container for the necessary parameters to execute the RemoveTagsFromCertificate operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public RequestCertificate ( string domainName ) : |
||
domainName | string | Fully qualified domain name (FQDN), such as www.example.com, of the site you want to secure with an ACM Certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com. |
Résultat |
public RequestCertificateAsync ( |
||
request | Container for the necessary parameters to execute the RequestCertificate operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public RequestCertificateAsync ( string domainName, System cancellationToken = default(CancellationToken) ) : Task |
||
domainName | string | Fully qualified domain name (FQDN), such as www.example.com, of the site you want to secure with an ACM Certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public ResendValidationEmailAsync ( |
||
request | Container for the necessary parameters to execute the ResendValidationEmail operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |