Saml2Assertion(Saml2NameIdentifier) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的簽發者,初始化 Saml2Assertion 類別的新執行個體。
public:
Saml2Assertion(System::IdentityModel::Tokens::Saml2NameIdentifier ^ issuer);
public Saml2Assertion (System.IdentityModel.Tokens.Saml2NameIdentifier issuer);
new System.IdentityModel.Tokens.Saml2Assertion : System.IdentityModel.Tokens.Saml2NameIdentifier -> System.IdentityModel.Tokens.Saml2Assertion
Public Sub New (issuer As Saml2NameIdentifier)
參數
- issuer
- Saml2NameIdentifier
指定在判斷提示中進行宣告之 SAML 授權單位的 Saml2NameIdentifier。 [Saml2Core, 2.3.3]。
例外狀況
issuer
為 null
。
備註
屬性 IssueInstant 會設定為 屬性的值 DateTime.UtcNow 。