Mentalis.org Security Library documentation

Certificate.GetKeyAlgorithmParametersString Method 

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

[Visual Basic]
Public Function GetKeyAlgorithmParametersString() As String
[C#]
public string GetKeyAlgorithmParametersString();

Return Value

The key algorithm parameters for the X.509 certificate as a hexadecimal string.

See Also

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