Compartilhar via


IssuedTokenParametersElement.KeyType Propriedade

Definição

Obtém ou define o tipo de chave a ser emitida.

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

Valor da propriedade

SecurityKeyType

Um SecurityKeyType valor válido que especifica o tipo de chave a ser emitida. O valor padrão é SymmetricKey.

Atributos

Aplica-se a