CryptographicAttributeObject Konstruktory

Definice

Inicializuje novou instanci CryptographicAttributeObject třídy.

Přetížení

Name Description
CryptographicAttributeObject(Oid)

Inicializuje novou instanci CryptographicAttributeObject třídy pomocí atributu reprezentovaného zadaným Oid objektem.

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

Inicializuje novou instanci CryptographicAttributeObject třídy pomocí atributu reprezentovaného zadaným Oid objektem a množina hodnot přidružených k danému atributu reprezentované zadanou AsnEncodedDataCollection kolekcí.

CryptographicAttributeObject(Oid)

Zdroj:
CryptographicAttributeObject.cs
Zdroj:
CryptographicAttributeObject.cs
Zdroj:
CryptographicAttributeObject.cs
Zdroj:
CryptographicAttributeObject.cs
Zdroj:
CryptographicAttributeObject.cs
Zdroj:
CryptographicAttributeObject.cs
Zdroj:
CryptographicAttributeObject.cs
Zdroj:
CryptographicAttributeObject.cs

Inicializuje novou instanci CryptographicAttributeObject třídy pomocí atributu reprezentovaného zadaným Oid objektem.

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

Atribut pro uložení v tomto CryptographicAttributeObject objektu.

Viz také

Platí pro

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

Zdroj:
CryptographicAttributeObject.cs
Zdroj:
CryptographicAttributeObject.cs
Zdroj:
CryptographicAttributeObject.cs
Zdroj:
CryptographicAttributeObject.cs
Zdroj:
CryptographicAttributeObject.cs
Zdroj:
CryptographicAttributeObject.cs
Zdroj:
CryptographicAttributeObject.cs
Zdroj:
CryptographicAttributeObject.cs

Inicializuje novou instanci CryptographicAttributeObject třídy pomocí atributu reprezentovaného zadaným Oid objektem a množina hodnot přidružených k danému atributu reprezentované zadanou AsnEncodedDataCollection kolekcí.

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

Atribut pro uložení v tomto CryptographicAttributeObject objektu.

values
AsnEncodedDataCollection

Sada hodnot přidružených k atributu reprezentovaný parametrem oid .

Výjimky

Kolekce obsahuje duplicitní položky.

Viz také

Platí pro