Properties

Version

public long V{get; set;}

Structure version number.

AuthInfoType

public long AuthInfoType {get; set;}

The type of authentication information. The value must be CRLLDAP, meaning that Certificate Revocation List checking is done using LDAP servers.

AuthInfoConnName

public String AuthInfoConnName {get; set;}

The DNS name or IP address of the host on which the LDAP server is running, with an optional port number. This keyword is required.

LDAPPassword

public String LDAPPassword {get; set;}

The password associated with the Distinguished Name of the user who is accessing the LDAP server.

LDAPUserName

public String LDAPUserName {get; set;}

The Distinguished Name of the user who is accessing the LDAP server. When you set this property, LDAPUserNameLength and LDAPUserNamePtr are automatically set correctly.


csqzav0547