Partager via


SharedAccessSignatureElement.KeyName Propriété

Définition

Obtient ou définit le nom de la clé d’accès partagé.

[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

Valeur de propriété

Nom de la clé d’accès partagé.

Attributs

S’applique à