C# 클래스 Novell.Directory.Ldap.Rfc2251.RfcAttributeTypeAndValues

Represents and Ldap Attribute Type and Values.
 AttributeTypeAndValues ::= SEQUENCE { type    AttributeDescription, vals    SET OF AttributeValue } 
상속: Novell.Directory.Ldap.Asn1.Asn1Sequence
파일 보기 프로젝트 열기: EventStore/csharp-ldap

공개 메소드들

메소드 설명
RfcAttributeTypeAndValues ( RfcAttributeDescription type, Asn1SetOf vals ) : System

메소드 상세

RfcAttributeTypeAndValues() 공개 메소드

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