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

Reference a Certificate
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode 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 méthode

public GetDigestAlgorithm ( ) : string
Résultat string

GetDigestValue() public méthode

public GetDigestValue ( ) : byte[]
Résultat byte[]

GetIssuerName() public méthode

public GetIssuerName ( ) : string
Résultat string

GetIssuerSerial() public méthode

public GetIssuerSerial ( ) : string
Résultat string

SetDigestAlgorithm() public méthode

public SetDigestAlgorithm ( string digestAlgorithm ) : void
digestAlgorithm string
Résultat void

SetDigestValue() public méthode

public SetDigestValue ( byte digestValue ) : void
digestValue byte
Résultat void

SetIssuerName() public méthode

public SetIssuerName ( string issuerName ) : void
issuerName string
Résultat void

SetIssuerSerial() public méthode

public SetIssuerSerial ( string issuerSerial ) : void
issuerSerial string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string