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
参数的构造函数。