C# Класс System.Security.Cryptography.X509Certificates.X509Certificate.X509Certificate

Наследование: IDeserializationCallback, ISerializable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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 ( 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

Приватные методы

Метод Описание
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

Описание методов

X509Certificate() публичный Метод

public X509Certificate ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices

X509Certificate() публичный Метод

public X509Certificate ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System.Runtime.InteropServices

X509Certificate() публичный Метод

public X509Certificate ( byte rawData, string password ) : System.Runtime.InteropServices
rawData byte
password string
Результат System.Runtime.InteropServices

X509Certificate() публичный Метод

public X509Certificate ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices
rawData byte
password string
keyStorageFlags X509KeyStorageFlags
Результат System.Runtime.InteropServices

X509Certificate() публичный Метод

public X509Certificate ( string fileName ) : System.Runtime.InteropServices
fileName string
Результат System.Runtime.InteropServices

X509Certificate() публичный Метод

public X509Certificate ( string fileName, string password ) : System.Runtime.InteropServices
fileName string
password string
Результат System.Runtime.InteropServices

X509Certificate() публичный Метод

public X509Certificate ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices
fileName string
password string
keyStorageFlags X509KeyStorageFlags
Результат System.Runtime.InteropServices