SecurityTokenRequirement.KeyType Propriedade

Definição

Obtém ou define o tipo de chave (simétrica ou assimétrica) associado a um token de segurança.Gets or sets the type of key (asymmetric or symmetric) associated with a security token.

public:
 property System::IdentityModel::Tokens::SecurityKeyType KeyType { System::IdentityModel::Tokens::SecurityKeyType get(); void set(System::IdentityModel::Tokens::SecurityKeyType value); };
public System.IdentityModel.Tokens.SecurityKeyType KeyType { get; set; }
member this.KeyType : System.IdentityModel.Tokens.SecurityKeyType with get, set
Public Property KeyType As SecurityKeyType

Valor da propriedade

SecurityKeyType

Um SecurityKeyType que especifica o tipo de chave (assimétrica ou simétrica) associado a um token de segurança.A SecurityKeyType that specifies the type of key (asymmetric or symmetric) associated with a security token. O valor padrão é SymmetricKey.The default value is SymmetricKey.

Comentários

O valor da KeyType propriedade também pode ser acessado obtendo a Properties propriedade, que é uma coleção de valores de propriedade.The value of the KeyType property can also be accessed by getting the Properties property, which is a collection of property values. O valor da KeyType propriedade é armazenado no índice que corresponde ao valor da KeyTypeProperty propriedade.The value of the KeyType property is stored at the index matching the value of the KeyTypeProperty property.

Aplica-se a

Confira também