C# Class TSystems.RELOAD.Topology.SignerIdentity

The identity used to form the signature. see base -19 p. 55
显示文件 Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Methods

Method Description
SignerIdentity ( SignerIdentityType type, SignerIdentityValue value ) : System

Creates a signer identity.

ToString ( ) : string

Returns a string representation of the signer identity.

Method Details

SignerIdentity() public method

Creates a signer identity.
public SignerIdentity ( SignerIdentityType type, SignerIdentityValue value ) : System
type SignerIdentityType
value SignerIdentityValue
return System

ToString() public method

Returns a string representation of the signer identity.
public ToString ( ) : string
return string