C# 클래스 Aselia.Common.Security.CertificateManagerBase

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: Earth2Me/Aselia 1 사용 예제들

공개 메소드들

메소드 설명
CertificateManagerBase ( ) : System
CertificateManagerBase ( CertificateManagerBase clone ) : System
Generate ( string id, string password ) : bool
Load ( string id, string password ) : bool

메소드 상세

CertificateManagerBase() 공개 메소드

public CertificateManagerBase ( ) : System
리턴 System

CertificateManagerBase() 공개 메소드

public CertificateManagerBase ( CertificateManagerBase clone ) : System
clone CertificateManagerBase
리턴 System

Generate() 공개 추상적인 메소드

public abstract Generate ( string id, string password ) : bool
id string
password string
리턴 bool

Load() 공개 추상적인 메소드

public abstract Load ( string id, string password ) : bool
id string
password string
리턴 bool