ACMESharp.AuthorizationState.Save C# (CSharp) 메소드

Save() 공개 메소드

public Save ( Stream s ) : void
s Stream
리턴 void
        public void Save(Stream s)
        {
            JsonHelper.Save(s, this);
        }
AuthorizationState