PkcsSubjectIdentifierEncode Method |
Encodes current object to an ASN.1 format.
Namespace:
SysadminsLV.PKI.Cryptography.Pkcs
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax Public Function Encode As Byte()
public:
array<unsigned char>^ Encode()
member Encode : unit -> byte[]
Return Value
Type:
ByteASN.1-encoded byte array that represents current object.
See Also