KeyBundle.Key Property

 

Gets or sets the JsonWebKey.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

[DataMemberAttribute(Name = "key")]
public JsonWebKey Key { get; set; }
public:
[DataMemberAttribute(Name = "key")]
property JsonWebKey^ Key {
    JsonWebKey^ get();
    void set(JsonWebKey^ value);
}
[<DataMemberAttribute(Name = "key")>]
member Key : JsonWebKey with get, set
<DataMemberAttribute(Name := "key")>
Public Property Key As JsonWebKey

Property Value

Type: Microsoft.Azure.KeyVault.WebKey.JsonWebKey

The JsonWebKey.

See Also

KeyBundle Class
Microsoft.Azure.KeyVault Namespace

Return to top