Interface ISanEncoding
Interface for encoding a Subject Alternative Name
Namespace: Lacuna.Pki.Issuer
Assembly: Lacuna.Pki.dll
Syntax
public interface ISanEncoding
Methods
Encode()
Returns an ASN1 Sequence DER encoded containing the intended Subject Alternative Name fields
Declaration
byte[] Encode()
Returns
Type | Description |
---|---|
Byte[] | ASN1 Sequence DER encoded |