Méthode |
Description |
|
BuildPkcs12 ( byte raw, RSA key ) : PKCS12 |
|
|
CreateCertificate ( string name, List extensions, System.Security.Cryptography.X509Certificates issuerCertificate, string issuer, System.Security.Cryptography.X509Certificates storeName, int validity ) : X509Certificate2 |
|
|
GenerateSerial ( ) : byte[] |
|
|
GetCertificate ( string name ) : X509Certificate2 |
|
|
GetRootCertificate ( ) : X509Certificate2 |
|
|
LoadCertificate ( string name, System.Security.Cryptography.X509Certificates storeName, System.Security.Cryptography.X509Certificates location ) : X509Certificate2 |
|
|
StoreCertificate ( string name, byte raw, RSA key, System.Security.Cryptography.X509Certificates storeName, System.Security.Cryptography.X509Certificates location ) : void |
|
|