Click or drag to resize

X509PolicyQualifierEncode Method

Encodes current object to a ASN.1-encoded byte array.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public byte[] Encode()

Return Value

Type: Byte
ASN.1-encoded byte array.
Remarks
Explicit notice text is always encoded as a BMPString.

Notice reference is encoded in the following sequence: attempts to encode a string as a VisibleString and then as a BMPString if VisibleString fails.

See Also