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(Create=true, 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[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="pfxCertificate", Update=true)]
public byte[] LdapSettingPfxCertificate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Create=true, 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[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="pfxCertificate", Update=true)>]
member this.LdapSettingPfxCertificate : byte[] with get, set
Public Property LdapSettingPfxCertificate As Byte()

Property Value

Byte[]
Attributes

Applies to