Show / Hide Table of Contents
Editar no GitHub

Class CertificatePolicyEntry

Inheritance
Object
CertificatePolicyEntry
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 CertificatePolicyEntry

Properties

| Improve this Doc View Source

CpsUri

Certification Practice Statement document URI

Declaration
public Uri CpsUri { get; set; }
Property Value
Type Description
Uri
| Improve this Doc View Source

Oid

Policy OID

Declaration
public string Oid { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

UserNotices

User Notices Display Texts

Declaration
public IEnumerable<string> UserNotices { get; set; }
Property Value
Type Description
IEnumerable<String>
Back to top Copyright © 2015-2020 Lacuna Software