SamlAssertion.Issuer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定發行這個 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)。