다음을 통해 공유


Saml2AuthenticationContext 생성자

정의

Saml2AuthenticationContext 클래스의 새 인스턴스를 초기화합니다.

오버로드

Saml2AuthenticationContext()

Saml2AuthenticationContext 클래스의 새 인스턴스를 초기화합니다.

Saml2AuthenticationContext(Uri)

지정된 클래스 참조를 사용하여 Saml2AuthenticationContext 클래스의 새 인스턴스를 초기화합니다.

Saml2AuthenticationContext(Uri, Uri)

지정된 클래스 참조 및 선언 참조를 사용하여 Saml2AuthenticationContext 클래스의 새 인스턴스를 초기화합니다.

Saml2AuthenticationContext()

Saml2AuthenticationContext 클래스의 새 인스턴스를 초기화합니다.

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

설명

합니다 ClassReference 하 고 DeclarationReference 속성으로 설정 됩니다 nullSaml2AuthenticationContext 인스턴스.

적용 대상

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

인증 컨텍스트의 클래스 참조입니다.

예외

classReferencenull이 아니며 절대 URI가 아닙니다.

설명

합니다 DeclarationReference 속성이 nullSaml2AuthenticationContext 인스턴스.

적용 대상

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

인증 컨텍스트의 선언 참조입니다.

예외

classReferencenull이 아니며 절대 URI가 아닙니다.

또는

declarationReferencenull이 아니며 절대 URI가 아닙니다.

적용 대상