WsFederationConfiguration.Issuer 属性

定义

获取或设置标识安全标记的预期颁发者的 URI。

public:
 property System::String ^ Issuer { System::String ^ get(); void set(System::String ^ value); };
public string Issuer { get; set; }
member this.Issuer : string with get, set
Public Property Issuer As String

属性值

确认安全标记服务 (STS) 的 URI。 不能为 null

例外

尝试将该属性设置为 null

适用于

另请参阅