CryptographicAttributeObject 類別

定義

包含一個型別及其相關聯的值集合。

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

備註

此類別對應於密碼訊息語法標準規範中定義的 ASN.1 結構。

建構函式

名稱 Description
CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

使用指定Oid物件所代表的屬性及與該AsnEncodedDataCollection屬性相關的集合所代表的值集合,初始化類別的新CryptographicAttributeObject實例。

CryptographicAttributeObject(Oid)

使用指定Oid物件所代表的屬性初始化該類別的新CryptographicAttributeObject實例。

屬性

名稱 Description
Oid

取得 Oid 指定該屬性物件識別碼的物件。

Values

取得 AsnEncodedDataCollection 包含與該屬性相關值集合的集合。

方法

名稱 Description
Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於