EmptySecurityKeyIdentifierClause 생성자

정의

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

오버로드

Name Description
EmptySecurityKeyIdentifierClause()

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

EmptySecurityKeyIdentifierClause(Object)

지정된 컨텍스트를 사용하여 클래스의 EmptySecurityKeyIdentifierClause 새 인스턴스를 초기화합니다.

EmptySecurityKeyIdentifierClause()

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

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

설명

이 생성자는 사용자가 컨텍스트 없이 필요한 키를 확인하는 방법을 알고 있다고 가정합니다.

적용 대상

EmptySecurityKeyIdentifierClause(Object)

지정된 컨텍스트를 사용하여 클래스의 EmptySecurityKeyIdentifierClause 새 인스턴스를 초기화합니다.

public:
 EmptySecurityKeyIdentifierClause(System::Object ^ context);
public EmptySecurityKeyIdentifierClause(object context);
new System.IdentityModel.Tokens.EmptySecurityKeyIdentifierClause : obj -> System.IdentityModel.Tokens.EmptySecurityKeyIdentifierClause
Public Sub New (context As Object)

매개 변수

context
Object

특정 키에 대한 빈 절을 확인해야 할 때 힌트를 제공하는 데 사용됩니다. 요소가 없는 <KeyInfo> 서명이 있는 SAML11 및 SAML2 토큰의 경우 이 속성에는 현재 처리 중인 어설션이 포함됩니다.

적용 대상