SecurityKeyIdentifierClause 類別

定義

表示金鑰識別碼子句的抽象基底類別。

public ref class SecurityKeyIdentifierClause abstract
public abstract class SecurityKeyIdentifierClause
type SecurityKeyIdentifierClause = class
Public MustInherit Class SecurityKeyIdentifierClause
繼承
SecurityKeyIdentifierClause
衍生

備註

除了在建立自訂安全性權杖服務時,通常並不需要使用 SecurityKeyIdentifierClause。 當安全性權杖服務傳回安全性權杖時,所發出的安全性權杖會包含已附加及未附加之安全性權杖的參考。 附加的參考會參考包含在 SOAP 訊息之安全性標頭中的安全性權杖,而未附加的參考則會參考未包含在 SOAP 訊息之安全性標頭中的安全性權杖。 這些參考通常會證明這些發出之安全性權杖的真實性。

建構函式

SecurityKeyIdentifierClause(String)

使用指定的金鑰識別碼子句型別,初始化 SecurityKeyIdentifierClause 類別的新執行個體。

SecurityKeyIdentifierClause(String, Byte[], Int32)

使用指定的金鑰識別碼子句型別、Nonce 以及衍生金鑰長度,初始化 SecurityKeyIdentifierClause 類別的新執行個體。

屬性

CanCreateKey

取得指出是否能夠建立金鑰的值。

ClauseType

取得金鑰識別碼子句型別。

DerivationLength

取得衍生金鑰大小。

Id

取得或設定金鑰識別碼子句 ID。

方法

CreateKey()

根據傳入建構函式的參數來建立金鑰。

Equals(Object)

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

(繼承來源 Object)
GetDerivationNonce()

取得用來產生衍生金鑰的 Nonce。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
Matches(SecurityKeyIdentifierClause)

傳回值,這個值會指出這個執行個體的金鑰識別碼是否相等於指定的金鑰識別碼子句。

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於