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