JoinDomainResponse.SetDomainCertificateChain(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.