C# Class System.Security.Cryptography.X509Certificates.X509Certificate.X509Certificate

Inheritance: IDeserializationCallback, ISerializable
Show file Open project: runefs/Marvin

Private Properties

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

Public Methods

Method Description
X509Certificate ( ) : System.Runtime.InteropServices
X509Certificate ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
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

Private Methods

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 ( SerializationInfo info, StreamingContext context ) : void
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

Method Details

X509Certificate() public method

public X509Certificate ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

X509Certificate() public method

public X509Certificate ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System.Runtime.InteropServices

X509Certificate() public method

public X509Certificate ( byte rawData, string password ) : System.Runtime.InteropServices
rawData byte
password string
return System.Runtime.InteropServices

X509Certificate() public method

public X509Certificate ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices
rawData byte
password string
keyStorageFlags X509KeyStorageFlags
return System.Runtime.InteropServices

X509Certificate() public method

public X509Certificate ( string fileName ) : System.Runtime.InteropServices
fileName string
return System.Runtime.InteropServices

X509Certificate() public method

public X509Certificate ( string fileName, string password ) : System.Runtime.InteropServices
fileName string
password string
return System.Runtime.InteropServices

X509Certificate() public method

public X509Certificate ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices
fileName string
password string
keyStorageFlags X509KeyStorageFlags
return System.Runtime.InteropServices