EncryptingCredentials.SecurityKey Eigenschaft

Definition

Ruft das Verschlüsselungsschlüsselmaterial ab oder legt es fest.

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

Eigenschaftswert

A SecurityKey that contains the cryptographic key that is used to encrypt the proof key.

Ausnahmen

Es wird versucht, die Eigenschaft auf .null

Gilt für: