EncryptingCredentials.SecurityKey Vlastnost

Definice

Získá nebo nastaví materiál šifrovacího klíče.

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

Hodnota vlastnosti

A SecurityKey obsahující kryptografický klíč, který se používá k šifrování ověřovacího klíče.

Výjimky

Pokus o nastavení vlastnosti na nullhodnotu .

Platí pro