Class AuthenticationInfoAttribute
Inheritance
AuthenticationInfoAttribute
Assembly: Lacuna.Pki.dll
Syntax
public class AuthenticationInfoAttribute
Properties
AuthInfo
Declaration
public byte[] AuthInfo { get; }
Property Value
Identity
Declaration
public GeneralName Identity { get; }
Property Value
Service
Declaration
public GeneralName Service { get; }
Property Value
Methods
Decode(Byte[])
Declaration
public static AuthenticationInfoAttribute Decode(byte[] rawAttribute)
Parameters
Type |
Name |
Description |
Byte[] |
rawAttribute |
|
Returns