SharedAccessSignatureElement.KeyName Property

Definition

Gets or sets the shared access key name.

[System.Configuration.ConfigurationProperty("keyName", IsRequired=true)]
[System.Configuration.StringValidator(MaxLength=256, MinLength=0)]
public string KeyName { get; set; }
[<System.Configuration.ConfigurationProperty("keyName", IsRequired=true)>]
[<System.Configuration.StringValidator(MaxLength=256, MinLength=0)>]
member this.KeyName : string with get, set
Public Property KeyName As String

Property Value

The shared access key name.

Attributes

Applies to