Saml2AuthenticationContext 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 Saml2AuthenticationContext 類別的新執行個體。
多載
Saml2AuthenticationContext() |
初始化 Saml2AuthenticationContext 類別的新執行個體。 |
Saml2AuthenticationContext(Uri) |
使用指定的類別參考,初始化 Saml2AuthenticationContext 類別的新執行個體。 |
Saml2AuthenticationContext(Uri, Uri) |
使用指定的類別參考和宣告參考,初始化 Saml2AuthenticationContext 類別的新執行個體。 |
Saml2AuthenticationContext()
初始化 Saml2AuthenticationContext 類別的新執行個體。
public:
Saml2AuthenticationContext();
public Saml2AuthenticationContext ();
Public Sub New ()
備註
ClassReference與 DeclarationReference 屬性會在新的 Saml2AuthenticationContext 實體中設定為 null
。
適用於
Saml2AuthenticationContext(Uri)
使用指定的類別參考,初始化 Saml2AuthenticationContext 類別的新執行個體。
public:
Saml2AuthenticationContext(Uri ^ classReference);
public Saml2AuthenticationContext (Uri classReference);
new System.IdentityModel.Tokens.Saml2AuthenticationContext : Uri -> System.IdentityModel.Tokens.Saml2AuthenticationContext
Public Sub New (classReference As Uri)
參數
- classReference
- Uri
驗證內容的類別參考。
例外狀況
classReference
不是 null
,也不是絕對 URI。
備註
屬性DeclarationReference會在新的 Saml2AuthenticationContext 實體中設定為 null
。
適用於
Saml2AuthenticationContext(Uri, Uri)
使用指定的類別參考和宣告參考,初始化 Saml2AuthenticationContext 類別的新執行個體。
public:
Saml2AuthenticationContext(Uri ^ classReference, Uri ^ declarationReference);
public Saml2AuthenticationContext (Uri classReference, Uri declarationReference);
new System.IdentityModel.Tokens.Saml2AuthenticationContext : Uri * Uri -> System.IdentityModel.Tokens.Saml2AuthenticationContext
Public Sub New (classReference As Uri, declarationReference As Uri)
參數
- classReference
- Uri
驗證內容的類別參考。
- declarationReference
- Uri
驗證內容的宣告參考。