C# Class EU.Europa.EC.Markt.Dss.Signature.Token.MSCAPISignatureToken

Class holding all MS CAPI API access logic.
Class holding all MS CAPI API access logic.
Inheritance: ISignatureTokenConnection
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
Close ( ) : void
GetKeys ( ) : IList
MSCAPISignatureToken ( ) : System
Sign ( Stream stream, DigestAlgorithm digestAlgo, IDssPrivateKeyEntry keyEntry ) : byte[]

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

GetKeys() public méthode

public GetKeys ( ) : IList
Résultat IList

MSCAPISignatureToken() public méthode

public MSCAPISignatureToken ( ) : System
Résultat System

Sign() public méthode

public Sign ( Stream stream, DigestAlgorithm digestAlgo, IDssPrivateKeyEntry keyEntry ) : byte[]
stream Stream
digestAlgo EU.Europa.EC.Markt.Dss.DigestAlgorithm
keyEntry IDssPrivateKeyEntry
Résultat byte[]