Property | Type | Description | |
---|---|---|---|
Equals | bool | ||
Export | byte[] | ||
Export | byte[] | ||
Export | byte[] | ||
Export | byte[] | ||
IDeserializationCallback | void | ||
ISerializable | void | ||
Import | void | ||
Import | void | ||
Import | void | ||
Import | void | ||
Import | void | ||
Import | void | ||
Reset | void | ||
X509Certificate | System.Runtime.InteropServices | ||
X509Certificate | System.Runtime.InteropServices | ||
X509Certificate | System.Runtime.InteropServices | ||
X509Certificate | System.Runtime.InteropServices |
Method | Description | |
---|---|---|
X509Certificate ( ) : System.Runtime.InteropServices | ||
X509Certificate ( |
||
X509Certificate ( byte rawData, string password ) : System.Runtime.InteropServices | ||
X509Certificate ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices | ||
X509Certificate ( string fileName ) : System.Runtime.InteropServices | ||
X509Certificate ( string fileName, string password ) : System.Runtime.InteropServices | ||
X509Certificate ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
Export ( X509ContentType contentType ) : byte[] | ||
Export ( X509ContentType contentType, SecureString password ) : byte[] | ||
Export ( X509ContentType contentType, byte password ) : byte[] | ||
Export ( X509ContentType contentType, string password ) : byte[] | ||
IDeserializationCallback ( object sender ) : void | ||
ISerializable ( |
||
Import ( byte rawData ) : void | ||
Import ( byte rawData, SecureString password, X509KeyStorageFlags keyStorageFlags ) : void | ||
Import ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : void | ||
Import ( string fileName ) : void | ||
Import ( string fileName, SecureString password, X509KeyStorageFlags keyStorageFlags ) : void | ||
Import ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : void | ||
Reset ( ) : void | ||
X509Certificate ( byte rawData, SecureString password ) : System.Runtime.InteropServices | ||
X509Certificate ( byte rawData, SecureString password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices | ||
X509Certificate ( string fileName, SecureString password ) : System.Runtime.InteropServices | ||
X509Certificate ( string fileName, SecureString password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices |
public X509Certificate ( ) : System.Runtime.InteropServices | ||
return | System.Runtime.InteropServices |
public X509Certificate ( |
||
info | ||
context | ||
return | System.Runtime.InteropServices |
public X509Certificate ( byte rawData, string password ) : System.Runtime.InteropServices | ||
rawData | byte | |
password | string | |
return | System.Runtime.InteropServices |
public X509Certificate ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices | ||
rawData | byte | |
password | string | |
keyStorageFlags | X509KeyStorageFlags | |
return | System.Runtime.InteropServices |
public X509Certificate ( string fileName ) : System.Runtime.InteropServices | ||
fileName | string | |
return | System.Runtime.InteropServices |
public X509Certificate ( string fileName, string password ) : System.Runtime.InteropServices | ||
fileName | string | |
password | string | |
return | System.Runtime.InteropServices |
public X509Certificate ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices | ||
fileName | string | |
password | string | |
keyStorageFlags | X509KeyStorageFlags | |
return | System.Runtime.InteropServices |