C# 클래스 ASPC.Marvel.CrimeAPI.MultipleSymmetricKeySecurityToken

Represents a security token which contains multiple security keys that are generated using symmetric algorithms.
상속: System.IdentityModel.Tokens.SecurityToken
파일 보기 프로젝트 열기: Inmeta/aspc2016

공개 메소드들

메소드 설명
MatchesKeyIdentifierClause ( System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause ) : bool

Returns a value that indicates whether the key identifier for this instance can be resolved to the specified key identifier.

MultipleSymmetricKeySecurityToken ( IEnumerable keys ) : System

Initializes a new instance of the MultipleSymmetricKeySecurityToken class.

MultipleSymmetricKeySecurityToken ( string tokenId, IEnumerable keys ) : System

Initializes a new instance of the MultipleSymmetricKeySecurityToken class.

비공개 메소드들

메소드 설명
CreateSymmetricSecurityKeys ( IEnumerable keys ) : List

메소드 상세

MatchesKeyIdentifierClause() 공개 메소드

Returns a value that indicates whether the key identifier for this instance can be resolved to the specified key identifier.
public MatchesKeyIdentifierClause ( System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause ) : bool
keyIdentifierClause System.IdentityModel.Tokens.SecurityKeyIdentifierClause A SecurityKeyIdentifierClause to compare to this instance
리턴 bool

MultipleSymmetricKeySecurityToken() 공개 메소드

Initializes a new instance of the MultipleSymmetricKeySecurityToken class.
public MultipleSymmetricKeySecurityToken ( IEnumerable keys ) : System
keys IEnumerable An enumeration of Byte arrays that contain the symmetric keys.
리턴 System

MultipleSymmetricKeySecurityToken() 공개 메소드

Initializes a new instance of the MultipleSymmetricKeySecurityToken class.
public MultipleSymmetricKeySecurityToken ( string tokenId, IEnumerable keys ) : System
tokenId string The unique identifier of the security token.
keys IEnumerable An enumeration of Byte arrays that contain the symmetric keys.
리턴 System