SecurityTokenRequirement.KeyUsage Property

Definition

Gets or sets a value that specifies how the key associated with a security token can be used.

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

Property Value

A SecurityKeyUsage that specifies how the key associated with a security token can be used. The default value is Signature.

Remarks

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

Applies to

See also