Udostępnij za pośrednictwem


CryptographicAttributeObjectCollection Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CryptographicAttributeObjectCollection.

Przeciążenia

CryptographicAttributeObjectCollection()

Inicjuje nowe wystąpienie klasy CryptographicAttributeObjectCollection.

CryptographicAttributeObjectCollection(CryptographicAttributeObject)

Inicjuje CryptographicAttributeObjectCollection nowe wystąpienie klasy, dodając określone CryptographicAttributeObject do kolekcji.

CryptographicAttributeObjectCollection()

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

Inicjuje nowe wystąpienie klasy CryptographicAttributeObjectCollection.

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

Dotyczy

CryptographicAttributeObjectCollection(CryptographicAttributeObject)

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

Inicjuje CryptographicAttributeObjectCollection nowe wystąpienie klasy, dodając określone CryptographicAttributeObject do kolekcji.

public:
 CryptographicAttributeObjectCollection(System::Security::Cryptography::CryptographicAttributeObject ^ attribute);
public CryptographicAttributeObjectCollection (System.Security.Cryptography.CryptographicAttributeObject attribute);
new System.Security.Cryptography.CryptographicAttributeObjectCollection : System.Security.Cryptography.CryptographicAttributeObject -> System.Security.Cryptography.CryptographicAttributeObjectCollection
Public Sub New (attribute As CryptographicAttributeObject)

Parametry

attribute
CryptographicAttributeObject

CryptographicAttributeObject Obiekt, który jest dodawany do kolekcji.

Zobacz też

Dotyczy