Returns a hex string representing the key algorithm information for this certificate.
[Visual Basic] Overridable Public Function GetKeyAlgorithm() As String [C#] public virtual string GetKeyAlgorithm(); [C++] public: virtual String* GetKeyAlgorithm(); [JScript] public function GetKeyAlgorithm() : String;
Returns a String representing the key algorithm.
X509Certificate Class | X509Certificate Members | System.Security.Cryptography.X509Certificates Namespace