Mentalis.org Security Library documentation

Certificate.ToCerBuffer Method 

Saves the Certificate as an encoded buffer.

[Visual Basic]
Public Function ToCerBuffer() As Byte()
[C#]
public byte[] ToCerBuffer();

Return Value

An array of bytes that represents the encoded certificate.

See Also

Certificate Class | Certificate Members | Org.Mentalis.Security.Certificates Namespace