C# 클래스 System.Security.Cryptography.X509Certificates.X509Certificate.X509Certificate.X509Certificate

파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
CreateFromCertFile ( string filename ) : X509Certificate
Equals ( System other ) : bool
GetCertHash ( ) : byte[]
GetCertHashString ( ) : string
GetEffectiveDateString ( ) : string
GetExpirationDateString ( ) : string
GetFormat ( ) : string
GetHashCode ( ) : int
GetKeyAlgorithm ( ) : string
GetKeyAlgorithmParameters ( ) : byte[]
GetKeyAlgorithmParametersString ( ) : string
GetPublicKey ( ) : byte[]
GetPublicKeyString ( ) : string
GetRawCertData ( ) : byte[]
GetRawCertDataString ( ) : string
GetSerialNumber ( ) : byte[]
GetSerialNumberString ( ) : string
ToString ( ) : string
ToString ( bool fVerbose ) : string
X509Certificate ( IntPtr handle ) : System.IO
X509Certificate ( System cert ) : System.IO
X509Certificate ( byte data ) : System.IO

비공개 메소드들

메소드 설명
CreateFromSignedFile ( string filename ) : X509Certificate
GetIssuerName ( ) : string
GetName ( ) : string
InitFromHandle ( IntPtr handle ) : void
Load ( string fileName ) : byte[]
X509Certificate ( byte data, bool dates ) : System.IO
tostr ( byte data ) : string

메소드 상세

CreateFromCertFile() 공개 정적인 메소드

public static CreateFromCertFile ( string filename ) : X509Certificate
filename string
리턴 X509Certificate

Equals() 공개 메소드

public Equals ( System other ) : bool
other System
리턴 bool

GetCertHash() 공개 메소드

public GetCertHash ( ) : byte[]
리턴 byte[]

GetCertHashString() 공개 메소드

public GetCertHashString ( ) : string
리턴 string

GetEffectiveDateString() 공개 메소드

public GetEffectiveDateString ( ) : string
리턴 string

GetExpirationDateString() 공개 메소드

public GetExpirationDateString ( ) : string
리턴 string

GetFormat() 공개 메소드

public GetFormat ( ) : string
리턴 string

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetKeyAlgorithm() 공개 메소드

public GetKeyAlgorithm ( ) : string
리턴 string

GetKeyAlgorithmParameters() 공개 메소드

public GetKeyAlgorithmParameters ( ) : byte[]
리턴 byte[]

GetKeyAlgorithmParametersString() 공개 메소드

public GetKeyAlgorithmParametersString ( ) : string
리턴 string

GetPublicKey() 공개 메소드

public GetPublicKey ( ) : byte[]
리턴 byte[]

GetPublicKeyString() 공개 메소드

public GetPublicKeyString ( ) : string
리턴 string

GetRawCertData() 공개 메소드

public GetRawCertData ( ) : byte[]
리턴 byte[]

GetRawCertDataString() 공개 메소드

public GetRawCertDataString ( ) : string
리턴 string

GetSerialNumber() 공개 메소드

public GetSerialNumber ( ) : byte[]
리턴 byte[]

GetSerialNumberString() 공개 메소드

public GetSerialNumberString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( bool fVerbose ) : string
fVerbose bool
리턴 string

X509Certificate() 공개 메소드

public X509Certificate ( IntPtr handle ) : System.IO
handle IntPtr
리턴 System.IO

X509Certificate() 공개 메소드

public X509Certificate ( System cert ) : System.IO
cert System
리턴 System.IO

X509Certificate() 공개 메소드

public X509Certificate ( byte data ) : System.IO
data byte
리턴 System.IO