LdapsSettings.PfxCertificate Property

Definition

The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file.

[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.PropertyOrigin.Owned)]
public byte[] PfxCertificate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.PropertyOrigin.Owned)>]
member this.PfxCertificate : byte[] with get, set
Public Property PfxCertificate As Byte()

Property Value

Byte[]

Implements

Attributes

Applies to