SigningCredentials.SigningKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來產生數位簽章的密碼編譯金鑰。
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
參數的建構函式。