Show / Hide Table of Contents

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

RoleAuthority

Declaration
public GeneralNames RoleAuthority { get; }
Property Value
Type Description
GeneralNames

RoleName

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

Methods

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