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!

KeyStorageInCSP.LoadKey

[To be supplied.]

[Visual Basic]
Overrides Public Sub LoadKey( _
   ByVal key As AsymmetricAlgorithm, _
   ByVal data As CryptoStorageData, _
   ByVal rgFmts() As Type, _
   ByVal fPublicOnly As Boolean _
)
[C#]
public override void LoadKey(
   AsymmetricAlgorithm key,
   CryptoStorageData data,
   Type[] rgFmts,
   bool fPublicOnly
);
[C++]
public: override void LoadKey(
   AsymmetricAlgorithm* key,
   CryptoStorageData* data,
   Type* rgFmts[],
   bool fPublicOnly
);
[JScript]
public override function LoadKey(
   key : AsymmetricAlgorithm,
   data : CryptoStorageData,
   rgFmts : Type[],
   fPublicOnly : Boolean
);

Parameters

key
[To be supplied.]
data
[To be supplied.]
rgFmts
[To be supplied.]
fPublicOnly
[To be supplied.]

See Also

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