C# Class TSystems.RELOAD.Topology.SignerIdentityValue

The identity used to form the signature. see base -19 p. 54
ファイルを表示 Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Methods

Method Description
SignerIdentityValue ( SignerIdentityType type, HashAlgorithm alg, byte hash ) : System

Create new instances of SignerIdentityValue. See RELOAD base -13 p. 52

ToString ( ) : string

Returns a string representation of signer Id value.

Method Details

SignerIdentityValue() public method

Create new instances of SignerIdentityValue. See RELOAD base -13 p. 52
public SignerIdentityValue ( SignerIdentityType type, HashAlgorithm alg, byte hash ) : System
type SignerIdentityType The Singner type: cert_hash
alg System.Security.Cryptography.HashAlgorithm
hash byte
return System

ToString() public method

Returns a string representation of signer Id value.
public ToString ( ) : string
return string