C# Class Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureList

A list of PGP signatures - normally in the signature block after literal data.
Inheritance: PgpObject
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Private Properties

Свойство Type Description
Get PgpSignature

Méthodes publiques

Méthode Description
PgpSignatureList ( PgpSignature sigs ) : System
this ( int index ) : PgpSignature

Private Methods

Méthode Description
Get ( int index ) : PgpSignature

Method Details

PgpSignatureList() public méthode

public PgpSignatureList ( PgpSignature sigs ) : System
sigs PgpSignature
Résultat System

this() public méthode

public this ( int index ) : PgpSignature
index int
Résultat PgpSignature