C# Class Org.BouncyCastle.Utilities.IO.Pem.PemHeader

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
PemHeader ( string name, string val ) : System

Private Methods

Méthode Description
GetHashCode ( string s ) : int

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PemHeader() public méthode

public PemHeader ( string name, string val ) : System
name string
val string
Résultat System