Mentalis.org Security Library documentation

Certificate.GetPublicKey Method 

Returns the public key for the X.509v3 certificate.

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

Return Value

The public key for the X.509 certificate as an array of bytes.

See Also

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