Method |
Description |
|
IsPkcs7 ( byte rawData ) : bool |
|
|
IsPkcs7Der ( Microsoft.Win32.SafeHandles.SafeBioHandle fileBio ) : bool |
|
|
IsPkcs7Pem ( Microsoft.Win32.SafeHandles.SafeBioHandle fileBio ) : bool |
|
|
TryReadPkcs12 ( OpenSslPkcs12Reader pfx, SafePasswordHandle password, bool single, ICertificatePal &readPal, List &readCerts ) : bool |
|
|
TryReadPkcs12 ( Microsoft.Win32.SafeHandles.SafeBioHandle bio, SafePasswordHandle password, ICertificatePal &certPal ) : bool |
|
|
TryReadPkcs12 ( Microsoft.Win32.SafeHandles.SafeBioHandle bio, SafePasswordHandle password, List &certPals ) : bool |
|
|
TryReadPkcs12 ( Microsoft.Win32.SafeHandles.SafeBioHandle bio, SafePasswordHandle password, bool single, ICertificatePal &readPal, List &readCerts ) : bool |
|
|
TryReadPkcs12 ( byte rawData, SafePasswordHandle password, ICertificatePal &certPal ) : bool |
|
|
TryReadPkcs12 ( byte rawData, SafePasswordHandle password, List &certPals ) : bool |
|
|
TryReadPkcs12 ( byte rawData, SafePasswordHandle password, bool single, ICertificatePal &readPal, List &readCerts ) : bool |
|
|
TryReadPkcs7 ( Microsoft.Win32.SafeHandles.SafePkcs7Handle pkcs7, bool single, ICertificatePal &certPal, List &certPals ) : bool |
|
|
TryReadPkcs7Der ( Microsoft.Win32.SafeHandles.SafeBioHandle bio, ICertificatePal &certPal ) : bool |
|
|
TryReadPkcs7Der ( Microsoft.Win32.SafeHandles.SafeBioHandle bio, List &certPals ) : bool |
|
|
TryReadPkcs7Der ( Microsoft.Win32.SafeHandles.SafeBioHandle bio, bool single, ICertificatePal &certPal, List &certPals ) : bool |
|
|
TryReadPkcs7Der ( byte rawData, ICertificatePal &certPal ) : bool |
|
|
TryReadPkcs7Der ( byte rawData, List &certPals ) : bool |
|
|
TryReadPkcs7Der ( byte rawData, bool single, ICertificatePal &certPal, List &certPals ) : bool |
|
|
TryReadPkcs7Pem ( Microsoft.Win32.SafeHandles.SafeBioHandle bio, ICertificatePal &certPal ) : bool |
|
|
TryReadPkcs7Pem ( Microsoft.Win32.SafeHandles.SafeBioHandle bio, List &certPals ) : bool |
|
|
TryReadPkcs7Pem ( Microsoft.Win32.SafeHandles.SafeBioHandle bio, bool single, ICertificatePal &certPal, List &certPals ) : bool |
|
|
TryReadPkcs7Pem ( byte rawData, ICertificatePal &certPal ) : bool |
|
|
TryReadPkcs7Pem ( byte rawData, List &certPals ) : bool |
|
|
TryReadPkcs7Pem ( byte rawData, bool single, ICertificatePal &certPal, List &certPals ) : bool |
|
|