IssuedTokenParametersElement.KeyType Property

Definition

Gets or sets the type of key to be issued.

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

Property Value

A valid SecurityKeyType value that specifies the type of key to be issued. The default value is SymmetricKey.

Attributes

Applies to