Mentalis.org Security Library documentation

Certificate.GetKeyAlgorithm Method 

Returns the key algorithm information for this X.509v3 certificate.

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

Return Value

The key algorithm information for this X.509 certificate as a string.

See Also

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