SslSecurityTokenParameters 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서버와 함께 SOAP 수준 SSL 프로토콜을 수행할 때 가져온 SSL 보안 토큰에 대한 매개 변수를 나타냅니다.
public ref class SslSecurityTokenParameters : System::ServiceModel::Security::Tokens::SecurityTokenParameters
public class SslSecurityTokenParameters : System.ServiceModel.Security.Tokens.SecurityTokenParameters
type SslSecurityTokenParameters = class
inherit SecurityTokenParameters
Public Class SslSecurityTokenParameters
Inherits SecurityTokenParameters
- 상속
설명
이 클래스는 토큰 속성 및 메서드의 컬렉션이며 보안 바인딩 요소 및 토큰을 만드는 데 사용됩니다.
생성자
SslSecurityTokenParameters() |
SslSecurityTokenParameters 클래스의 새 인스턴스를 초기화합니다. |
SslSecurityTokenParameters(Boolean) |
SslSecurityTokenParameters 클래스의 새 인스턴스를 초기화합니다. |
SslSecurityTokenParameters(Boolean, Boolean) |
SslSecurityTokenParameters 클래스의 새 인스턴스를 초기화합니다. |
SslSecurityTokenParameters(SslSecurityTokenParameters) |
다른 인스턴스로부터 SslSecurityTokenParameters 클래스의 새 인스턴스를 초기화합니다. |
속성
HasAsymmetricKey |
토큰에 비대칭 키가 있는지 여부를 나타내는 값을 가져옵니다. |
InclusionMode |
토큰 포함 요구 사항을 가져오거나 설정합니다. (다음에서 상속됨 SecurityTokenParameters) |
ReferenceStyle |
토큰 참조 스타일을 가져오거나 설정합니다. (다음에서 상속됨 SecurityTokenParameters) |
RequireCancellation |
취소가 필요한지 여부를 나타내는 값을 가져오거나 설정합니다. |
RequireClientCertificate |
클라이언트 인증서가 필요한지 여부를 나타내는 값을 가져오거나 설정합니다. |
RequireDerivedKeys |
키를 원본 증명 키에서 파생할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 SecurityTokenParameters) |
SupportsClientAuthentication |
구현 시 토큰이 클라이언트 인증을 지원하는지 여부를 나타내는 값을 가져옵니다. |
SupportsClientWindowsIdentity |
구현 시 토큰이 인증을 위해 Windows ID를 지원하는지 여부를 나타내는 값을 가져옵니다. |
SupportsServerAuthentication |
구현 시 토큰이 서버 인증을 지원하는지 여부를 나타내는 값을 가져옵니다. |
메서드
Clone() |
클래스 인스턴스의 다른 인스턴스를 복제합니다. (다음에서 상속됨 SecurityTokenParameters) |
CloneCore() |
클래스 인스턴스의 다른 인스턴스를 복제합니다. |
CreateKeyIdentifierClause(SecurityToken, SecurityTokenReferenceStyle) |
토큰에 대한 키 식별자 절을 만듭니다. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
InitializeSecurityTokenRequirement(SecurityTokenRequirement) |
보안 토큰 요구 사항을 초기화합니다. |
MatchesKeyIdentifierClause(SecurityToken, SecurityKeyIdentifierClause, SecurityTokenReferenceStyle) |
토큰이 키 식별자 절과 일치하는지 여부를 나타냅니다. (다음에서 상속됨 SecurityTokenParameters) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
클래스의 이 인스턴스의 텍스트 표현을 표시합니다. |