IDomainServiceProperties.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.Runtime.Info(Description="The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, ReadOnly=false, Required=false, SerializedName="pfxCertificate")]
public byte[] LdapSettingPfxCertificate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, ReadOnly=false, Required=false, SerializedName="pfxCertificate")>]
member this.LdapSettingPfxCertificate : byte[] with get, set
Public Property LdapSettingPfxCertificate As Byte()

Property Value

Byte[]
Attributes

Applies to