CryptographicAttributeObject 類別

定義

包含型別以及與該型別關聯的數值集合。

public ref class CryptographicAttributeObject sealed
public sealed class CryptographicAttributeObject
type CryptographicAttributeObject = class
Public NotInheritable Class CryptographicAttributeObject
繼承
CryptographicAttributeObject

備註

這個類別對應于密碼編譯訊息語法標準規格中定義的 ASN.1 結構。

建構函式

CryptographicAttributeObject(Oid)

使用由指定 CryptographicAttributeObject 物件所表示的屬性,初始化 Oid 類別的新執行個體。

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

使用由指定 CryptographicAttributeObject 物件所表示的屬性,以及與指定 Oid 集合所表示的屬性關聯之數值集合,初始化 AsnEncodedDataCollection 類別的新執行個體。

屬性

Oid

取得指定屬性的物件識別項之 Oid 物件。

Values

取得 AsnEncodedDataCollection 集合,其中含有與屬性相關聯的數值集合。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於