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

适用于

另请参阅