Method | Description | |
---|---|---|
Decode_CERT_INFO ( |
Decodes a CERT_INFO.
|
|
Decode_CERT_NAME_BLOB ( CERT_NAME_BLOB blob ) : string |
Decodes a CERT_NAME_BLOB.
|
|
Decode_CERT_SIGNED_CONTENT_INFO ( |
Decodes a CERT_SIGNED_CONTENT_INFO.
|
|
Decode_FILETIME ( System filetime ) : System.DateTime |
Decodes a WIN32 FILETIME.
|
|
Encode_CERT_INFO ( CERT_INFO info, |
Encodes a CERT_INFO.
|
|
Encode_CERT_NAME_BLOB ( string name, CERT_NAME_BLOB &pName ) : void |
Encodes a CERT_NAME_BLOB
|
|
Encode_FILETIME ( System.DateTime datetime ) : System.Runtime.InteropServices.ComTypes.FILETIME |
Encodes a WIN32 FILETIME.
|
|
GetLastError ( uint code, string format ) : |
Throws an exception with the last WIN32 error code.
|
Method | Description | |
---|---|---|
CertNameToStrW ( int dwCertEncodingType, |
||
CertStrToNameW ( int dwCertEncodingType, [ pszX500, int dwStrType, |
||
CertVerifyCRLRevocation ( int dwCertEncodingType, |
||
ChangeSubjectNameDelimiter ( string name, char delimiter ) : string |
Changes the delimiter used to seperate fields in a subject name.
|
|
CryptDecodeObjectEx ( int dwCertEncodingType, |
||
CryptEncodeObjectEx ( int dwCertEncodingType, |
||
CryptVerifyCertificateSignature ( |
||
GetLastError ( ) : int | ||
memcpy ( |
public static Decode_CERT_INFO ( |
||
pEncoded | ||
iEncodedSize | int | |
return | CRL_INFO |
public static Decode_CERT_NAME_BLOB ( CERT_NAME_BLOB blob ) : string | ||
blob | CERT_NAME_BLOB | |
return | string |
public static Decode_CERT_SIGNED_CONTENT_INFO ( |
||
pEncoded | ||
iEncodedSize | int | |
return | CERT_SIGNED_CONTENT_INFO |
public static Decode_FILETIME ( System filetime ) : System.DateTime | ||
filetime | System | |
return | System.DateTime |
public static Encode_CERT_INFO ( CERT_INFO info, |
||
info | CERT_INFO | |
pEncoded | ||
encodedSize | int | |
return | void |
public static Encode_CERT_NAME_BLOB ( string name, CERT_NAME_BLOB &pName ) : void | ||
name | string | |
pName | CERT_NAME_BLOB | |
return | void |
public static Encode_FILETIME ( System.DateTime datetime ) : System.Runtime.InteropServices.ComTypes.FILETIME | ||
datetime | System.DateTime | |
return | System.Runtime.InteropServices.ComTypes.FILETIME |
public static GetLastError ( uint code, string format ) : |
||
code | uint | |
format | string | |
return |