C# Класс Goedel.Cryptography.KeyHandle

Describes a reference to a key
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
KeyHandle ( Certificate Certificate ) : System

Form a KeyHandle from an end entity certificate

KeyHandle ( List Certificates ) : System

Form a KeyHandle from a certificate chain.

KeyHandle ( string UDF ) : System

KeyHandle ( string UDF, string Application ) : System

KeyHandle ( string UDF, string Application, string Name ) : System

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

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

Form a KeyHandle from an end entity certificate
public KeyHandle ( Certificate Certificate ) : System
Certificate Goedel.Cryptography.PKIX.Certificate
Результат System

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

Form a KeyHandle from a certificate chain.
public KeyHandle ( List Certificates ) : System
Certificates List Certificate Chain
Результат System

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

public KeyHandle ( string UDF ) : System
UDF string
Результат System

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

public KeyHandle ( string UDF, string Application ) : System
UDF string
Application string
Результат System

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

public KeyHandle ( string UDF, string Application, string Name ) : System
UDF string
Application string
Name string
Результат System