프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | System.Runtime.InteropServices |
public X509Certificate ( |
||
info | ||
context | ||
리턴 | System.Runtime.InteropServices |
public X509Certificate ( byte rawData, string password ) : System.Runtime.InteropServices | ||
rawData | byte | |
password | string | |
리턴 | System.Runtime.InteropServices |
public X509Certificate ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices | ||
rawData | byte | |
password | string | |
keyStorageFlags | X509KeyStorageFlags | |
리턴 | System.Runtime.InteropServices |
public X509Certificate ( string fileName ) : System.Runtime.InteropServices | ||
fileName | string | |
리턴 | System.Runtime.InteropServices |
public X509Certificate ( string fileName, string password ) : System.Runtime.InteropServices | ||
fileName | string | |
password | string | |
리턴 | System.Runtime.InteropServices |
public X509Certificate ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices | ||
fileName | string | |
password | string | |
keyStorageFlags | X509KeyStorageFlags | |
리턴 | System.Runtime.InteropServices |