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!

RSA_CSP.SaveKey

[To be supplied.]

[Visual Basic]
Overrides Public Sub SaveKey( _
   ByVal fmt As Type, _
   ByVal stgData As CryptoStorageData, _
   ByVal fPublicOnly As Boolean _
)
[C#]
public override void SaveKey(
   Type fmt,
   CryptoStorageData stgData,
   bool fPublicOnly
);
[C++]
public: override void SaveKey(
   Type* fmt,
   CryptoStorageData* stgData,
   bool fPublicOnly
);
[JScript]
public override function SaveKey(
   fmt : Type,
   stgData : CryptoStorageData,
   fPublicOnly : Boolean
);

Parameters

fmt
[To be supplied.]
stgData
[To be supplied.]
fPublicOnly
[To be supplied.]

See Also

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