次の方法で共有


SharedAccessSignatureElement.KeyName プロパティ

定義

共有アクセス キー名を取得または設定します。

[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

プロパティ値

共有アクセス キー名。

属性

適用対象