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

Represents an Ldap Matching Rule Assertion.
 MatchingRuleAssertion ::= SEQUENCE { matchingRule    [1] MatchingRuleId OPTIONAL, type            [2] AttributeDescription OPTIONAL, matchValue      [3] AssertionValue, dnAttributes    [4] BOOLEAN DEFAULT FALSE } 
상속: Novell.Directory.Ldap.Asn1.Asn1Sequence
파일 보기 프로젝트 열기: EventStore/csharp-ldap

공개 메소드들

메소드 설명
RfcMatchingRuleAssertion ( RfcAssertionValue matchValue ) : System

Creates a MatchingRuleAssertion with the only required parameter.

RfcMatchingRuleAssertion ( RfcMatchingRuleId matchingRule, RfcAttributeDescription type, RfcAssertionValue matchValue, Asn1Boolean dnAttributes ) : System

Creates a MatchingRuleAssertion. The value null may be passed for an optional value that is not used.

메소드 상세

RfcMatchingRuleAssertion() 공개 메소드

Creates a MatchingRuleAssertion with the only required parameter.
public RfcMatchingRuleAssertion ( RfcAssertionValue matchValue ) : System
matchValue RfcAssertionValue The assertion value. ///
리턴 System

RfcMatchingRuleAssertion() 공개 메소드

Creates a MatchingRuleAssertion. The value null may be passed for an optional value that is not used.
public RfcMatchingRuleAssertion ( RfcMatchingRuleId matchingRule, RfcAttributeDescription type, RfcAssertionValue matchValue, Asn1Boolean dnAttributes ) : System
matchingRule RfcMatchingRuleId Optional matching rule. ///
type RfcAttributeDescription Optional attribute description. ///
matchValue RfcAssertionValue The assertion value. ///
dnAttributes Novell.Directory.Ldap.Asn1.Asn1Boolean Asn1Boolean value. (default false) ///
리턴 System