Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

属性值

发行人名称。

属性

适用于