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.SaveKey (AsymmetricAlgorithm, Type[], Boolean, CryptoStorageData)

[To be supplied.]

[Visual Basic]
Overloads Overrides Public Function SaveKey( _
   ByVal key As AsymmetricAlgorithm, _
   ByVal rgTypes() As Type, _
   ByVal fPublicOnly As Boolean, _
   ByVal stgData As CryptoStorageData _
) As CryptoStorageData
[C#]
public override CryptoStorageData SaveKey(
   AsymmetricAlgorithm key,
   Type[] rgTypes,
   bool fPublicOnly,
   CryptoStorageData stgData
);
[C++]
public: override CryptoStorageData* SaveKey(
   AsymmetricAlgorithm* key,
   Type* rgTypes[],
   bool fPublicOnly,
   CryptoStorageData* stgData
);
[JScript]
public override function SaveKey(
   key : AsymmetricAlgorithm,
   rgTypes : Type[],
   fPublicOnly : Boolean,
   stgData : CryptoStorageData
) : CryptoStorageData;

Parameters

key
[To be supplied.]
rgTypes
[To be supplied.]
fPublicOnly
[To be supplied.]
stgData
[To be supplied.]

See Also

KeyStorageInCSP Class | KeyStorageInCSP Members | System.Security.Cryptography Namespace | KeyStorageInCSP.SaveKey Overload List