EncryptingCredentials.SecurityKey Egenskap

Definition

Hämtar eller anger krypteringsnyckelmaterialet.

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

Egenskapsvärde

En SecurityKey som innehåller den kryptografiska nyckel som används för att kryptera bevisnyckeln.

Undantag

Ett försök görs att ange egenskapen till null.

Gäller för