KeyItem.Kid Property

 

Gets or sets the Kid for the item.

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

Syntax

[JsonPropertyAttribute(DefaultValueHandling = DefaultValueHandling.Ignore, 
    NullValueHandling = NullValueHandling.Ignore, PropertyName = "kid", 
    Required = Required.Always)]
public string Kid { get; set; }
public:
[JsonPropertyAttribute(DefaultValueHandling = DefaultValueHandling::Ignore, 
    NullValueHandling = NullValueHandling::Ignore, PropertyName = "kid", 
    Required = Required::Always)]
property String^ Kid {
    String^ get();
    void set(String^ value);
}
[<JsonPropertyAttribute(DefaultValueHandling = DefaultValueHandling.Ignore,
    NullValueHandling = NullValueHandling.Ignore, PropertyName = "kid",
    Required = Required.Always)>]
member Kid : string with get, set
<JsonPropertyAttribute(DefaultValueHandling := DefaultValueHandling.Ignore,
    NullValueHandling := NullValueHandling.Ignore, PropertyName := "kid",
    Required := Required.Always)>
Public Property Kid As String

Property Value

Type: System.String

The Kid for the item.

See Also

KeyItem Class
Microsoft.Azure.KeyVault Namespace

Return to top