DomainService.LdapSettingPfxCertificate 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.DoNotFormat]
[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.PropertyOrigin.Inlined)]
public byte[] LdapSettingPfxCertificate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.DoNotFormat>]
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.PropertyOrigin.Inlined)>]
member this.LdapSettingPfxCertificate : byte[] with get, set
Public Property LdapSettingPfxCertificate As Byte()

Property Value

Byte[]

Implements

Attributes

Applies to