CertificateHostAlgorithm
Implements certificate support for host algorithm.
Gets certificate used in this host key algorithm.
Initializes a new instance of the CertificateHostAlgorithm class.
public CertificateHostAlgorithm(string name, Key privateKey, Certificate certificate, DigitalSignature digitalSignature)
Initializes a new instance of the CertificateHostAlgorithm class.
public CertificateHostAlgorithm(string name, Certificate certificate, IReadOnlyDictionary<string, Func<byte[], KeyHostAlgorithm>> keyAlgorithms)
Initializes a new instance of the CertificateHostAlgorithm class.
public CertificateHostAlgorithm(string name, Certificate certificate, DigitalSignature digitalSignature, IReadOnlyDictionary<string, Func<byte[], KeyHostAlgorithm>> keyAlgorithms)
Initializes a new instance of the CertificateHostAlgorithm class.