CryptographicAttributeObject Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy CryptographicAttributeObject.
Przeciążenia
CryptographicAttributeObject(Oid) |
Inicjuje CryptographicAttributeObject nowe wystąpienie klasy przy użyciu atrybutu reprezentowanego przez określony Oid obiekt. |
CryptographicAttributeObject(Oid, AsnEncodedDataCollection) |
Inicjuje nowe wystąpienie CryptographicAttributeObject klasy przy użyciu atrybutu reprezentowanego przez określony Oid obiekt i zestaw wartości skojarzonych z tym atrybutem reprezentowanym przez określoną AsnEncodedDataCollection kolekcję. |
CryptographicAttributeObject(Oid)
Inicjuje CryptographicAttributeObject nowe wystąpienie klasy przy użyciu atrybutu reprezentowanego przez określony Oid obiekt.
public:
CryptographicAttributeObject(System::Security::Cryptography::Oid ^ oid);
public CryptographicAttributeObject (System.Security.Cryptography.Oid oid);
new System.Security.Cryptography.CryptographicAttributeObject : System.Security.Cryptography.Oid -> System.Security.Cryptography.CryptographicAttributeObject
Public Sub New (oid As Oid)
Parametry
- oid
- Oid
Atrybut do przechowywania w tym CryptographicAttributeObject obiekcie.
Zobacz też
Dotyczy
CryptographicAttributeObject(Oid, AsnEncodedDataCollection)
Inicjuje nowe wystąpienie CryptographicAttributeObject klasy przy użyciu atrybutu reprezentowanego przez określony Oid obiekt i zestaw wartości skojarzonych z tym atrybutem reprezentowanym przez określoną AsnEncodedDataCollection kolekcję.
public:
CryptographicAttributeObject(System::Security::Cryptography::Oid ^ oid, System::Security::Cryptography::AsnEncodedDataCollection ^ values);
public CryptographicAttributeObject (System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedDataCollection? values);
public CryptographicAttributeObject (System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedDataCollection values);
new System.Security.Cryptography.CryptographicAttributeObject : System.Security.Cryptography.Oid * System.Security.Cryptography.AsnEncodedDataCollection -> System.Security.Cryptography.CryptographicAttributeObject
Public Sub New (oid As Oid, values As AsnEncodedDataCollection)
Parametry
- oid
- Oid
Atrybut do przechowywania w tym CryptographicAttributeObject obiekcie.
- values
- AsnEncodedDataCollection
Zestaw wartości skojarzonych z atrybutem reprezentowanym oid
przez parametr .
Wyjątki
Kolekcja zawiera zduplikowane elementy.