Share via


AsymmetricProofDescriptor 類別

定義

這個類別可用於發行非對稱金鑰式的權杖。

public ref class AsymmetricProofDescriptor : System::IdentityModel::Tokens::ProofDescriptor
public class AsymmetricProofDescriptor : System.IdentityModel.Tokens.ProofDescriptor
type AsymmetricProofDescriptor = class
    inherit ProofDescriptor
Public Class AsymmetricProofDescriptor
Inherits ProofDescriptor
繼承
AsymmetricProofDescriptor

建構函式

AsymmetricProofDescriptor()

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

AsymmetricProofDescriptor(RSA)

根據 RSA 演算法初始化 AsymmetricProofDescriptor 類別的新執行個體。

AsymmetricProofDescriptor(SecurityKeyIdentifier)

根據金鑰識別項初始化 AsymmetricProofDescriptor 類別的新執行個體。

屬性

KeyIdentifier

取得要求者已從使用金鑰提供的金鑰識別項。 如果需要,它可以回應至 SAML 權杖內部。

方法

ApplyTo(RequestSecurityTokenResponse)

將證明描述元套用至 RSTR 的要求證明權杖。

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於