C# Class Novell.Directory.Ldap.Rfc2251.RfcAttributeTypeAndValues

Represents and Ldap Attribute Type and Values.
 AttributeTypeAndValues ::= SEQUENCE { type    AttributeDescription, vals    SET OF AttributeValue } 
Inheritance: Novell.Directory.Ldap.Asn1.Asn1Sequence
显示文件 Open project: EventStore/csharp-ldap

Public Methods

Method Description
RfcAttributeTypeAndValues ( RfcAttributeDescription type, Asn1SetOf vals ) : System

Method Details

RfcAttributeTypeAndValues() public method

public RfcAttributeTypeAndValues ( RfcAttributeDescription type, Asn1SetOf vals ) : System
type RfcAttributeDescription
vals Novell.Directory.Ldap.Asn1.Asn1SetOf
return System