Show / Hide Table of Contents
Editar no GitHub

Class RoleAttribute

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

Properties

| Improve this Doc View Source

RoleAuthority

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

RoleName

Declaration
public GeneralName RoleName { get; }
Property Value
Type Description
GeneralName

Methods

| Improve this Doc View Source

Decode(Byte[])

Declaration
public static RoleAttribute Decode(byte[] rawAttribute)
Parameters
Type Name Description
Byte[] rawAttribute
Returns
Type Description
RoleAttribute
Back to top Copyright © 2015-2020 Lacuna Software