Show / Hide Table of Contents
Editar no GitHub

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

| Improve this Doc View Source

PKCertificateAuthenticationResult(ValidationResults, PKCertificate)

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

Properties

| Improve this Doc View Source

Certificate

Declaration
public PKCertificate Certificate { get; }
Property Value
Type Description
PKCertificate
| Improve this Doc View Source

ValidationResults

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