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!

DSA_CSP.LoadKey

[To be supplied.]

[Visual Basic]
Overrides Public Sub LoadKey( _
   ByVal type As Type, _
   ByVal stgData As CryptoStorageData _
)
[C#]
public override void LoadKey(
   Type type,
   CryptoStorageData stgData
);
[C++]
public: override void LoadKey(
   Type* type,
   CryptoStorageData* stgData
);
[JScript]
public override function LoadKey(
   type : Type,
   stgData : CryptoStorageData
);

Parameters

type
[To be supplied.]
stgData
[To be supplied.]

See Also

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