SecurityTokenRequirement.KeyType Property

Definition

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

Property Value

A SecurityKeyType that specifies the type of key (asymmetric or symmetric) associated with a security token. The default value is SymmetricKey.

Remarks

The value of the KeyType property can also be accessed by getting the Properties property, which is a collection of property values. The value of the KeyType property is stored at the index matching the value of the KeyTypeProperty property.

Applies to

See also