Compartilhar via


SharedAccessSignatureElement.Key Propriedade

Definição

Obtém ou define a chave de acesso compartilhado.

[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

Valor da propriedade

A chave de acesso compartilhado.

Atributos

Aplica-se a