C# 클래스 Certificate, HitProxy

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

공개 메소드들

메소드 설명
CreateSelfSignCertificatePfx ( string x500, DateTime startTime, DateTime endTime ) : byte[]
CreateSelfSignCertificatePfx ( string x500, DateTime startTime, DateTime endTime, SecureString password ) : byte[]
CreateSelfSignCertificatePfx ( string x500, DateTime startTime, DateTime endTime, string insecurePassword ) : byte[]

비공개 메소드들

메소드 설명
Check ( bool nativeCallSucceeded ) : void
ToSystemTime ( DateTime dateTime ) : SystemTime,

메소드 상세

CreateSelfSignCertificatePfx() 공개 정적인 메소드

public static CreateSelfSignCertificatePfx ( string x500, DateTime startTime, DateTime endTime ) : byte[]
x500 string
startTime DateTime
endTime DateTime
리턴 byte[]

CreateSelfSignCertificatePfx() 공개 정적인 메소드

public static CreateSelfSignCertificatePfx ( string x500, DateTime startTime, DateTime endTime, SecureString password ) : byte[]
x500 string
startTime DateTime
endTime DateTime
password System.Security.SecureString
리턴 byte[]

CreateSelfSignCertificatePfx() 공개 정적인 메소드

public static CreateSelfSignCertificatePfx ( string x500, DateTime startTime, DateTime endTime, string insecurePassword ) : byte[]
x500 string
startTime DateTime
endTime DateTime
insecurePassword string
리턴 byte[]