Show / Hide Table of Contents

Class PKCertificateAuthenticationResult

Inheritance
Object
PKCertificateAuthenticationResult
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class PKCertificateAuthenticationResult

Constructors

PKCertificateAuthenticationResult(ValidationResults, PKCertificate)

Declaration
public PKCertificateAuthenticationResult(ValidationResults validationResults, PKCertificate certificate = null)
Parameters
Type Name Description
ValidationResults validationResults
PKCertificate certificate

Properties

Certificate

Declaration
public PKCertificate Certificate { get; }
Property Value
Type Description
PKCertificate

ValidationResults

Declaration
public ValidationResults ValidationResults { get; }
Property Value
Type Description
ValidationResults
Back to top Copyright © 2015-2020 Lacuna Software