KeyDescriptor.Use Property

Definition

Gets or sets the KeyType for this key descriptor.

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

Property Value

One of the enumeration values that specifies the key type. The default is Unspecified.

Applies to