C# 클래스 TSystems.RELOAD.Topology.SignerIdentityValue

The identity used to form the signature. see base -19 p. 54
파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

SignerIdentityValue() 공개 메소드

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
리턴 System

ToString() 공개 메소드

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