Share via


SharedAccessSignatureElement.Key Property

Definition

Gets or sets the shared access key.

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

Property Value

The shared access key.

Attributes

Applies to