Amazon.DirectoryService.AmazonDirectoryServiceClient.VerifyTrust C# (CSharp) Method

VerifyTrust() public method

AWS Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.

This action verifies a trust relationship between your Microsoft AD in the AWS cloud and an external domain.

/// A client exception has occurred. /// /// The specified entity could not be found. /// /// One or more parameters are not valid. /// /// An exception has occurred in AWS Directory Service. /// /// The operation is not supported. ///
public VerifyTrust ( VerifyTrustRequest request ) : VerifyTrustResponse
request Amazon.DirectoryService.Model.VerifyTrustRequest Container for the necessary parameters to execute the VerifyTrust service method.
return Amazon.DirectoryService.Model.VerifyTrustResponse
        public VerifyTrustResponse VerifyTrust(VerifyTrustRequest request)
        {
            var marshaller = new VerifyTrustRequestMarshaller();
            var unmarshaller = VerifyTrustResponseUnmarshaller.Instance;

            return Invoke<VerifyTrustRequest,VerifyTrustResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient