Share via


SamlAssertion.Issuer 屬性

定義

取得或設定發行這個 SAML 判斷提示的 SAML 授權單位名稱。

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

屬性值

發行這個 SAML 判斷提示的 SAML 授權單位。

例外狀況

IsReadOnly 屬性為 true,而且嘗試設定 Issuer 屬性。

嘗試將 Issuer 屬性設為 null 或空字串。

備註

Issuer 屬性 (Property) 會對應到已定義在 OASIS SAML 1.1 規格中 Issuer 項目的 <saml:Assertion> 屬性 (Attribute)。

適用於