다음을 통해 공유


JoinDomainResponse.SetDomainCertificateChain(String) Method

Definition

Sets the Domain Certificate Chain that is returned to the client.

public void SetDomainCertificateChain (string certificateChain);
member this.SetDomainCertificateChain : string -> unit
Public Sub SetDomainCertificateChain (certificateChain As String)

Parameters

certificateChain
String

The domain certificate to return to the client. This value is obtained from GenerateCertificateChain().

Exceptions

Thrown if certificateChain is null or length zero.

Applies to