C# Class Thinktecture.IdentityModel.Tokens.HmacSigningCredentials

Inheritance: System.IdentityModel.Tokens.SigningCredentials
ファイルを表示 Open project: IdentityModel/Thinktecture.IdentityModel.40 Class Usage Examples

Public Methods

Method Description
HmacSigningCredentials ( byte key ) : System
HmacSigningCredentials ( string base64EncodedKey ) : System

Protected Methods

Method Description
CreateDigestAlgorithm ( byte key ) : string
CreateSignatureAlgorithm ( byte key ) : string

Method Details

CreateDigestAlgorithm() protected static method

protected static CreateDigestAlgorithm ( byte key ) : string
key byte
return string

CreateSignatureAlgorithm() protected static method

protected static CreateSignatureAlgorithm ( byte key ) : string
key byte
return string

HmacSigningCredentials() public method

public HmacSigningCredentials ( byte key ) : System
key byte
return System

HmacSigningCredentials() public method

public HmacSigningCredentials ( string base64EncodedKey ) : System
base64EncodedKey string
return System