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

Returns raw byte data for the key algorithm information.

[Visual Basic]
Overridable Public Function GetKeyAlgorithmParameters() As Byte ()
[C#]
public virtual byte[] GetKeyAlgorithmParameters();
[C++]
public: virtual unsigned char* GetKeyAlgorithmParameters() [];
[JScript]
public function GetKeyAlgorithmParameters() : Byte[];

Return Value

Returns an array of bytes representing the key algorithm.

See Also

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