C# Class Org.BouncyCastle.Bcpg.Sig.PrimaryUserId

Inheritance: SignatureSubpacket
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
IsPrimaryUserId ( ) : bool
PrimaryUserId ( bool critical, bool isPrimaryUserId ) : System
PrimaryUserId ( bool critical, byte data ) : System

Private Methods

Méthode Description
BooleanToByteArray ( bool val ) : byte[]

Method Details

IsPrimaryUserId() public méthode

public IsPrimaryUserId ( ) : bool
Résultat bool

PrimaryUserId() public méthode

public PrimaryUserId ( bool critical, bool isPrimaryUserId ) : System
critical bool
isPrimaryUserId bool
Résultat System

PrimaryUserId() public méthode

public PrimaryUserId ( bool critical, byte data ) : System
critical bool
data byte
Résultat System