次の方法で共有


IssuerElement.Address プロパティ

定義

トークン発行者の URI アドレスを取得または設定します。

[System.Configuration.ConfigurationProperty("issuerAddress", DefaultValue="")]
[System.Configuration.StringValidator(MaxLength=2048, MinLength=0)]
public string Address { get; set; }
[<System.Configuration.ConfigurationProperty("issuerAddress", DefaultValue="")>]
[<System.Configuration.StringValidator(MaxLength=2048, MinLength=0)>]
member this.Address : string with get, set
Public Property Address As String

プロパティ値

トークン発行者の URI アドレス。

属性

適用対象