Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Novell
Directory
Ldap
Rfc2251
RfcAttributeTypeAndValues
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
Mostra file
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