Compartir a través de


SharedAccessSignatureElement.KeyName Propiedad

Definición

Obtiene o establece el nombre de la clave de acceso compartido.

[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

Valor de propiedad

Nombre de la clave de acceso compartido.

Atributos

Se aplica a