CryptographicAttributeObjectCollection 建構函式

定義

初始化 CryptographicAttributeObjectCollection 類別的新執行個體。

多載

CryptographicAttributeObjectCollection()

CryptographicAttributeObjectCollection(CryptographicAttributeObject)

來源:
CryptographicAttributeObjectCollection.cs
來源:
CryptographicAttributeObjectCollection.cs
來源:
CryptographicAttributeObjectCollection.cs
來源:
CryptographicAttributeObjectCollection.cs
來源:
CryptographicAttributeObjectCollection.cs
來源:
CryptographicAttributeObjectCollection.cs
來源:
CryptographicAttributeObjectCollection.cs
來源:
CryptographicAttributeObjectCollection.cs

初始化類別的新實例 CryptographicAttributeObjectCollection ,將指定的 CryptographicAttributeObject a 加入集合。

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)

參數

attribute
CryptographicAttributeObject

一個 CryptographicAttributeObject 被加入集合的物件。

另請參閱

適用於