C# Class System.Security.Cryptography.X509Certificates.X509Certificate.X509Certificate.X509Certificate

Show file Open project: runefs/Marvin

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

CreateFromCertFile() public static method

public static CreateFromCertFile ( string filename ) : X509Certificate
filename string
return X509Certificate

Equals() public method

public Equals ( System other ) : bool
other System
return bool

GetCertHash() public method

public GetCertHash ( ) : byte[]
return byte[]

GetCertHashString() public method

public GetCertHashString ( ) : string
return string

GetEffectiveDateString() public method

public GetEffectiveDateString ( ) : string
return string

GetExpirationDateString() public method

public GetExpirationDateString ( ) : string
return string

GetFormat() public method

public GetFormat ( ) : string
return string

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetKeyAlgorithm() public method

public GetKeyAlgorithm ( ) : string
return string

GetKeyAlgorithmParameters() public method

public GetKeyAlgorithmParameters ( ) : byte[]
return byte[]

GetKeyAlgorithmParametersString() public method

public GetKeyAlgorithmParametersString ( ) : string
return string

GetPublicKey() public method

public GetPublicKey ( ) : byte[]
return byte[]

GetPublicKeyString() public method

public GetPublicKeyString ( ) : string
return string

GetRawCertData() public method

public GetRawCertData ( ) : byte[]
return byte[]

GetRawCertDataString() public method

public GetRawCertDataString ( ) : string
return string

GetSerialNumber() public method

public GetSerialNumber ( ) : byte[]
return byte[]

GetSerialNumberString() public method

public GetSerialNumberString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( bool fVerbose ) : string
fVerbose bool
return string

X509Certificate() public method

public X509Certificate ( IntPtr handle ) : System.IO
handle IntPtr
return System.IO

X509Certificate() public method

public X509Certificate ( System cert ) : System.IO
cert System
return System.IO

X509Certificate() public method

public X509Certificate ( byte data ) : System.IO
data byte
return System.IO