Udostępnij za pośrednictwem


Pkcs9AttributeObject Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy Pkcs9AttributeObject.

Przeciążenia

Pkcs9AttributeObject()

Inicjuje nowe wystąpienie klasy Pkcs9AttributeObject.

Pkcs9AttributeObject(AsnEncodedData)

Inicjuje Pkcs9AttributeObject nowe wystąpienie klasy przy użyciu określonego AsnEncodedData obiektu jako jego typu atrybutu i wartości.

Pkcs9AttributeObject(Oid, Byte[])

Inicjuje nowe wystąpienie Pkcs9AttributeObject klasy przy użyciu określonego Oid obiektu jako typu atrybutu i określone dane zakodowane jako asn.1 jako wartość atrybutu.

Pkcs9AttributeObject(String, Byte[])

Inicjuje nowe wystąpienie Pkcs9AttributeObject klasy przy użyciu określonej reprezentacji ciągu identyfikatora obiektu (OID) jako typu atrybutu i określonych danych zakodowanych JAKON.1 jako wartości atrybutu.

Pkcs9AttributeObject()

Źródło:
Pkcs9AttributeObject.cs
Źródło:
Pkcs9AttributeObject.cs
Źródło:
Pkcs9AttributeObject.cs
Źródło:
Pkcs9AttributeObject.cs

Inicjuje nowe wystąpienie klasy Pkcs9AttributeObject.

public:
 Pkcs9AttributeObject();
public Pkcs9AttributeObject ();
Public Sub New ()

Dotyczy

Pkcs9AttributeObject(AsnEncodedData)

Źródło:
Pkcs9AttributeObject.cs
Źródło:
Pkcs9AttributeObject.cs
Źródło:
Pkcs9AttributeObject.cs
Źródło:
Pkcs9AttributeObject.cs

Inicjuje Pkcs9AttributeObject nowe wystąpienie klasy przy użyciu określonego AsnEncodedData obiektu jako jego typu atrybutu i wartości.

public:
 Pkcs9AttributeObject(System::Security::Cryptography::AsnEncodedData ^ asnEncodedData);
public Pkcs9AttributeObject (System.Security.Cryptography.AsnEncodedData asnEncodedData);
new System.Security.Cryptography.Pkcs.Pkcs9AttributeObject : System.Security.Cryptography.AsnEncodedData -> System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
Public Sub New (asnEncodedData As AsnEncodedData)

Parametry

asnEncodedData
AsnEncodedData

Obiekt zawierający typ atrybutu PKCS #9 i wartość do użycia.

Wyjątki

Długość Value elementu członkowskiego Oid elementu asnEncodedData członkowskiego wynosi zero.

Element Oid członkowski to nullasnEncodedData .

-lub-

Członkiem ValueOid elementu członkowskiego asnEncodedData jest null.

Dotyczy

Pkcs9AttributeObject(Oid, Byte[])

Źródło:
Pkcs9AttributeObject.cs
Źródło:
Pkcs9AttributeObject.cs
Źródło:
Pkcs9AttributeObject.cs
Źródło:
Pkcs9AttributeObject.cs

Inicjuje nowe wystąpienie Pkcs9AttributeObject klasy przy użyciu określonego Oid obiektu jako typu atrybutu i określone dane zakodowane jako asn.1 jako wartość atrybutu.

public:
 Pkcs9AttributeObject(System::Security::Cryptography::Oid ^ oid, cli::array <System::Byte> ^ encodedData);
public Pkcs9AttributeObject (System.Security.Cryptography.Oid oid, byte[] encodedData);
new System.Security.Cryptography.Pkcs.Pkcs9AttributeObject : System.Security.Cryptography.Oid * byte[] -> System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
Public Sub New (oid As Oid, encodedData As Byte())

Parametry

oid
Oid

Obiekt reprezentujący typ atrybutu PKCS #9.

encodedData
Byte[]

Tablica wartości bajtów reprezentująca wartość atrybutu PKCS #9.

Dotyczy

Pkcs9AttributeObject(String, Byte[])

Źródło:
Pkcs9AttributeObject.cs
Źródło:
Pkcs9AttributeObject.cs
Źródło:
Pkcs9AttributeObject.cs
Źródło:
Pkcs9AttributeObject.cs

Inicjuje nowe wystąpienie Pkcs9AttributeObject klasy przy użyciu określonej reprezentacji ciągu identyfikatora obiektu (OID) jako typu atrybutu i określonych danych zakodowanych JAKON.1 jako wartości atrybutu.

public:
 Pkcs9AttributeObject(System::String ^ oid, cli::array <System::Byte> ^ encodedData);
public Pkcs9AttributeObject (string oid, byte[] encodedData);
new System.Security.Cryptography.Pkcs.Pkcs9AttributeObject : string * byte[] -> System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
Public Sub New (oid As String, encodedData As Byte())

Parametry

oid
String

Reprezentacja ciągu identyfikatora OID reprezentującego typ atrybutu PKCS #9.

encodedData
Byte[]

Tablica wartości bajtów, która zawiera wartość atrybutu PKCS #9.

Dotyczy