DomainService.LdapSettingPfxCertificate Property
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.
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