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!

CryptoConfig.LoadKey

[To be supplied.]

[Visual Basic]
Public Shared Function LoadKey( _
   ByVal strKeyName As String _
) As AsymmetricAlgorithm
[C#]
public static AsymmetricAlgorithm LoadKey(
   string strKeyName
);
[C++]
public: static AsymmetricAlgorithm* LoadKey(
   String* strKeyName
);
[JScript]
public static function LoadKey(
   strKeyName : String
) : AsymmetricAlgorithm;

Parameters

strKeyName
[To be supplied.]

See Also

CryptoConfig Class | CryptoConfig Members | System.Security.Cryptography Namespace