Show / Hide Table of Contents
Editar no GitHub

Class X509Extension

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

Properties

| Improve this Doc View Source

Id

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

IsCritical

Declaration
public bool IsCritical { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

ValueEncoded

Declaration
public byte[] ValueEncoded { get; }
Property Value
Type Description
Byte[]
Back to top Copyright © 2015-2020 Lacuna Software