次の方法で共有


SharedSecretElement.IssuerName プロパティ

定義

発行者名を取得または設定します。

[System.Configuration.ConfigurationProperty("issuerName", IsRequired=true)]
[System.Configuration.StringValidator(MaxLength=128, MinLength=0)]
public string IssuerName { get; set; }
[<System.Configuration.ConfigurationProperty("issuerName", IsRequired=true)>]
[<System.Configuration.StringValidator(MaxLength=128, MinLength=0)>]
member this.IssuerName : string with get, set
Public Property IssuerName As String

プロパティ値

発行者名。

属性

適用対象