다음을 통해 공유


Saml2AuthenticationContext 생성자

정의

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

오버로드

Name Description
Saml2AuthenticationContext()

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

Saml2AuthenticationContext(Uri)

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

Saml2AuthenticationContext(Uri, Uri)

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

Saml2AuthenticationContext()

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

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

설명

DeclarationReference 속성은 ClassReferenceSaml2AuthenticationContext 인스턴스에 설정 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가 아닙니다.

적용 대상