C# Class ACMESharp.AuthorizationState

Afficher le fichier Open project: ebekker/ACMESharp Class Usage Examples

Méthodes publiques

Méthode Description
IsPending ( ) : bool
Load ( Stream s ) : AuthorizationState
Save ( Stream s ) : void

Method Details

IsPending() public méthode

public IsPending ( ) : bool
Résultat bool

Load() public static méthode

public static Load ( Stream s ) : AuthorizationState
s Stream
Résultat AuthorizationState

Save() public méthode

public Save ( Stream s ) : void
s Stream
Résultat void