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.GetKeyAlgorithmParametersString

Returns a String identifying the algorithm with which the key intended to be used.

[Visual Basic]
Overridable Public Function GetKeyAlgorithmParametersString() As _
   String
[C#]
public virtual string GetKeyAlgorithmParametersString();
[C++]
public: virtual String* GetKeyAlgorithmParametersString();
[JScript]
public function GetKeyAlgorithmParametersString() : String;

Return Value

Returns a String representing the key algorithm information in hex.

See Also

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