EncryptingCredentials.SecurityKey 属性

定义

获取或设置加密密钥材料。Gets or sets the encryption key material.

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

一个 SecurityKey,它包含用于加密校验密钥的加密密钥 。A SecurityKey that contains the cryptographic key that is used to encrypt the proof key.

例外

已尝试将该属性设置为 nullAn attempt is made to set the property to null.

适用于