EncryptingCredentials.SecurityKey 属性

定义

获取或设置加密密钥材料。

public:
 property System::IdentityModel::Tokens::SecurityKey ^ SecurityKey { System::IdentityModel::Tokens::SecurityKey ^ get(); void set(System::IdentityModel::Tokens::SecurityKey ^ value); };
public System.IdentityModel.Tokens.SecurityKey SecurityKey { get; set; }
member this.SecurityKey : System.IdentityModel.Tokens.SecurityKey with get, set
Public Property SecurityKey As SecurityKey

属性值

一个 SecurityKey,它包含用于加密校验密钥的加密密钥 。

例外

已尝试将该属性设置为 null

适用于