C# Class Goedel.Cryptography.KeyHandle

Describes a reference to a key
Exibir arquivo Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Methods

Method Description
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

Method Details

KeyHandle() public method

Form a KeyHandle from an end entity certificate
public KeyHandle ( Certificate Certificate ) : System
Certificate Goedel.Cryptography.PKIX.Certificate
return System

KeyHandle() public method

Form a KeyHandle from a certificate chain.
public KeyHandle ( List Certificates ) : System
Certificates List Certificate Chain
return System

KeyHandle() public method

public KeyHandle ( string UDF ) : System
UDF string
return System

KeyHandle() public method

public KeyHandle ( string UDF, string Application ) : System
UDF string
Application string
return System

KeyHandle() public method

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