WSFederationElement.Issuer 属性
定义
获取或设置 issuer 特性。Gets or sets the issuer attribute.
public:
property System::String ^ Issuer { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("issuer", IsRequired=true)]
public string Issuer { get; set; }
[<System.Configuration.ConfigurationProperty("issuer", IsRequired=true)>]
member this.Issuer : string with get, set
Public Property Issuer As String
属性值
一个字符串,该字符串包含令牌颁发者的 URL。A string that contains the URI of the token issuer. 默认值为一个空字符串。The default is an empty string. 必需。Required.
- 属性