Show / Hide Table of Contents

Class AuthenticationInfoAttribute

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

Properties

AuthInfo

Declaration
public byte[] AuthInfo { get; }
Property Value
Type Description
Byte[]

Identity

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

Service

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

Methods

Decode(Byte[])

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