Mentalis.org Security Library documentation

Certificate.GetKeyAlgorithmParameters Method 

Returns the key algorithm parameters for the X.509v3 certificate.

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

Return Value

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

See Also

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