C# 클래스 ACMESharp.AuthorizationState

파일 보기 프로젝트 열기: ebekker/ACMESharp 1 사용 예제들

공개 메소드들

메소드 설명
IsPending ( ) : bool
Load ( Stream s ) : AuthorizationState
Save ( Stream s ) : void

메소드 상세

IsPending() 공개 메소드

public IsPending ( ) : bool
리턴 bool

Load() 공개 정적인 메소드

public static Load ( Stream s ) : AuthorizationState
s Stream
리턴 AuthorizationState

Save() 공개 메소드

public Save ( Stream s ) : void
s Stream
리턴 void