C# Class EU.Europa.EC.Markt.Dss.Validation.CertificateRef

Reference a Certificate
Show file Open project: nonorganic/dssnet

Public Methods

Method Description
GetDigestAlgorithm ( ) : string
GetDigestValue ( ) : byte[]
GetIssuerName ( ) : string
GetIssuerSerial ( ) : string
SetDigestAlgorithm ( string digestAlgorithm ) : void
SetDigestValue ( byte digestValue ) : void
SetIssuerName ( string issuerName ) : void
SetIssuerSerial ( string issuerSerial ) : void
ToString ( ) : string

Method Details

GetDigestAlgorithm() public method

public GetDigestAlgorithm ( ) : string
return string

GetDigestValue() public method

public GetDigestValue ( ) : byte[]
return byte[]

GetIssuerName() public method

public GetIssuerName ( ) : string
return string

GetIssuerSerial() public method

public GetIssuerSerial ( ) : string
return string

SetDigestAlgorithm() public method

public SetDigestAlgorithm ( string digestAlgorithm ) : void
digestAlgorithm string
return void

SetDigestValue() public method

public SetDigestValue ( byte digestValue ) : void
digestValue byte
return void

SetIssuerName() public method

public SetIssuerName ( string issuerName ) : void
issuerName string
return void

SetIssuerSerial() public method

public SetIssuerSerial ( string issuerSerial ) : void
issuerSerial string
return void

ToString() public method

public ToString ( ) : string
return string