IssuedTokenParametersElement.KeyType Eigenschaft

Definition

Ruft den Typ des zu ausgestellten Schlüssels ab oder legt diesen fest.

public:
 property System::IdentityModel::Tokens::SecurityKeyType KeyType { System::IdentityModel::Tokens::SecurityKeyType get(); void set(System::IdentityModel::Tokens::SecurityKeyType value); };
[System.Configuration.ConfigurationProperty("keyType", DefaultValue=System.IdentityModel.Tokens.SecurityKeyType.SymmetricKey)]
public System.IdentityModel.Tokens.SecurityKeyType KeyType { get; set; }
[<System.Configuration.ConfigurationProperty("keyType", DefaultValue=System.IdentityModel.Tokens.SecurityKeyType.SymmetricKey)>]
member this.KeyType : System.IdentityModel.Tokens.SecurityKeyType with get, set
Public Property KeyType As SecurityKeyType

Eigenschaftswert

Ein gültiger SecurityKeyType Wert, der den Typ des zu ausgestellten Schlüssels angibt. Der Standardwert ist SymmetricKey.

Attribute

Gilt für: