C# Class Novell.Directory.Ldap.Extensions.GetEffectivePrivilegesResponse

Retrieves the effective rights from an GetEffectivePrivilegesResponse object. An object in this class is generated from an ExtendedResponse object using the ExtendedResponseFactory class. The getEffectivePrivilegesResponse extension uses the following OID: 2.16.840.1.113719.1.27.100.34
Inheritance: Novell.Directory.Ldap.LdapExtendedResponse
显示文件 Open project: EventStore/csharp-ldap

Public Methods

Method Description
GetEffectivePrivilegesResponse ( RfcLdapMessage rfcMessage ) : System

Constructs an object from the responseValue which contains the effective privileges. The constructor parses the responseValue which has the following format: responseValue ::= privileges INTEGER

Method Details

GetEffectivePrivilegesResponse() public method

Constructs an object from the responseValue which contains the effective privileges. The constructor parses the responseValue which has the following format: responseValue ::= privileges INTEGER
IOException The responseValue could not be decoded. ///
public GetEffectivePrivilegesResponse ( RfcLdapMessage rfcMessage ) : System
rfcMessage Novell.Directory.Ldap.Rfc2251.RfcLdapMessage
return System