NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

X509Certificate.GetKeyAlgorithm

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;

Return Value

Returns a String representing the key algorithm.

See Also

X509Certificate Class | X509Certificate Members | System.Security.Cryptography.X509Certificates Namespace