C# 클래스 Thinktecture.IdentityModel.Tokens.HmacSigningCredentials

상속: System.IdentityModel.Tokens.SigningCredentials
파일 보기 프로젝트 열기: IdentityModel/Thinktecture.IdentityModel.40 1 사용 예제들

공개 메소드들

메소드 설명
HmacSigningCredentials ( byte key ) : System
HmacSigningCredentials ( string base64EncodedKey ) : System

보호된 메소드들

메소드 설명
CreateDigestAlgorithm ( byte key ) : string
CreateSignatureAlgorithm ( byte key ) : string

메소드 상세

CreateDigestAlgorithm() 보호된 정적인 메소드

protected static CreateDigestAlgorithm ( byte key ) : string
key byte
리턴 string

CreateSignatureAlgorithm() 보호된 정적인 메소드

protected static CreateSignatureAlgorithm ( byte key ) : string
key byte
리턴 string

HmacSigningCredentials() 공개 메소드

public HmacSigningCredentials ( byte key ) : System
key byte
리턴 System

HmacSigningCredentials() 공개 메소드

public HmacSigningCredentials ( string base64EncodedKey ) : System
base64EncodedKey string
리턴 System