MQAuthenticationInformationRecord.NET class
Use MQAuthenticationInformationRecord to specify information about an authenticator that is to be used in an IBM MQ TLS client connection. MQAuthenticationInformationRecord encapsulates an authentication information record, MQAIR.
Class
System.Object | └─ IBM.WMQ.MQAuthenticationInformationRecordpublic class IBM.WMQ.MQAuthenticationInformationRecord extends System.Object;
Properties
Test for MQException being thrown when getting properties.
- public long Version {get; set;}
-
Structure version number.
- public long AuthInfoType {get; set;}
-
The type of authentication information. This attribute must be set to one of the following values:
- OCSP - Certificate revocation status checking is done using OCSP.
- CRLLDAP - Certificate revocation status checking is done using Certificate Revocation Lists on LDAP servers.
- 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.
- public string LDAPPassword {get; set;}
-
The password associated with the distinguished name of the user who is accessing the LDAP server. This property applies only when AuthInfoType is set to CRLLDAP.
- 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. This property applies only when AuthInfoType is set to CRLLDAP.
- public string OCSPResponderURL {get; set;}
-
The URL at which the OCSP responder can be contacted. This property applies only when AuthInfoType is set to OCSP
This field is case sensitive. It must start with the string http:// in lowercase. The rest of the URL might be case sensitive, depending on the OCSP server implementation.
Constructors
- MQAuthenticationInformationRecord();
Parent topic: The IBM MQ .NET classes and interfaces