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

Represents an Ldap Control.
 Control ::= SEQUENCE { controlType             LdapOID, criticality             BOOLEAN DEFAULT FALSE, controlValue            OCTET STRING OPTIONAL } 
상속: Novell.Directory.Ldap.Asn1.Asn1Sequence
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 메소드들

메소드 설명
RfcControl ( Asn1Sequence seqObj ) : System

Constructs a Control object by decoding from an Asn1Sequence

RfcControl ( RfcLdapOID controlType ) : System

RfcControl ( RfcLdapOID controlType, Asn1Boolean criticality ) : System

RfcControl ( RfcLdapOID controlType, Asn1Boolean criticality, Asn1OctetString controlValue ) : System

Note: criticality is only added if true, as per RFC 2251 sec 5.1 part (4): If a value of a type is its default value, it MUST be absent.

비공개 메소드들

메소드 설명
RfcControl ( Asn1Decoder dec, System in_Renamed, int len ) : System

메소드 상세

RfcControl() 공개 메소드

Constructs a Control object by decoding from an Asn1Sequence
public RfcControl ( Asn1Sequence seqObj ) : System
seqObj Novell.Directory.Ldap.Asn1.Asn1Sequence
리턴 System

RfcControl() 공개 메소드

public RfcControl ( RfcLdapOID controlType ) : System
controlType RfcLdapOID
리턴 System

RfcControl() 공개 메소드

public RfcControl ( RfcLdapOID controlType, Asn1Boolean criticality ) : System
controlType RfcLdapOID
criticality Novell.Directory.Ldap.Asn1.Asn1Boolean
리턴 System

RfcControl() 공개 메소드

Note: criticality is only added if true, as per RFC 2251 sec 5.1 part (4): If a value of a type is its default value, it MUST be absent.
public RfcControl ( RfcLdapOID controlType, Asn1Boolean criticality, Asn1OctetString controlValue ) : System
controlType RfcLdapOID
criticality Novell.Directory.Ldap.Asn1.Asn1Boolean
controlValue Novell.Directory.Ldap.Asn1.Asn1OctetString
리턴 System