共用方式為


SigningCredentials.SigningKey 屬性

定義

取得用來產生數位簽章的密碼編譯金鑰。

public:
 property System::IdentityModel::Tokens::SecurityKey ^ SigningKey { System::IdentityModel::Tokens::SecurityKey ^ get(); };
public System.IdentityModel.Tokens.SecurityKey SigningKey { get; }
member this.SigningKey : System.IdentityModel.Tokens.SecurityKey
Public ReadOnly Property SigningKey As SecurityKey

屬性值

SecurityKey,其中包含用來產生數位簽章的密碼編譯金鑰。

備註

為了設定 SigningKey 屬性,此時會使用會接受 signingKey 參數的建構函式。

適用於