共用方式為


Saml2AuthenticationContext 建構函式

定義

初始化 Saml2AuthenticationContext 類別的新執行個體。

多載

Saml2AuthenticationContext()

初始化 Saml2AuthenticationContext 類別的新執行個體。

Saml2AuthenticationContext(Uri)

使用指定的類別參考,初始化 Saml2AuthenticationContext 類別的新執行個體。

Saml2AuthenticationContext(Uri, Uri)

使用指定的類別參考和宣告參考,初始化 Saml2AuthenticationContext 類別的新執行個體。

Saml2AuthenticationContext()

初始化 Saml2AuthenticationContext 類別的新執行個體。

public:
 Saml2AuthenticationContext();
public Saml2AuthenticationContext ();
Public Sub New ()

備註

ClassReferenceDeclarationReference 屬性會在新的 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

驗證內容的宣告參考。

例外狀況

classReference 不是 null,也不是絕對 URI。

-或-

declarationReference 不是 null,也不是絕對 URI。

適用於