C# Class TSystems.RELOAD.Topology.SignatureAndHashAlgorithm

Each SignatureAndHashAlgorithm value lists a single hash/signature pair that the client is willing to verify. The values are indicated in descending order of preference. see RFC-5246 p.46
ファイルを表示 Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Properties

Property Type Description
hash System.Security.Cryptography.HashAlgorithm
signature SignatureAlgorithm

Public Methods

Method Description
SignatureAndHashAlgorithm ( HashAlgorithm hash, SignatureAlgorithm signature ) : System

Method Details

SignatureAndHashAlgorithm() public method

public SignatureAndHashAlgorithm ( HashAlgorithm hash, SignatureAlgorithm signature ) : System
hash System.Security.Cryptography.HashAlgorithm
signature SignatureAlgorithm
return System

Property Details

hash public_oe property

public HashAlgorithm,System.Security.Cryptography hash
return System.Security.Cryptography.HashAlgorithm

signature public_oe property

public SignatureAlgorithm signature
return SignatureAlgorithm