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!

CryptoStorageClass.SaveKey (AsymmetricAlgorithm, Type[], Boolean, CryptoStorageData)

[To be supplied.]

[Visual Basic]
Overloads MustOverride Public Function SaveKey( _
   ByVal key As AsymmetricAlgorithm, _
   ByVal formatArray() As Type, _
   ByVal fPublicOnly As Boolean, _
   ByVal dataIn As CryptoStorageData _
) As CryptoStorageData
[C#]
public abstract CryptoStorageData SaveKey(
   AsymmetricAlgorithm key,
   Type[] formatArray,
   bool fPublicOnly,
   CryptoStorageData dataIn
);
[C++]
public: virtual CryptoStorageData* SaveKey(
   AsymmetricAlgorithm* key,
   Type* formatArray[],
   bool fPublicOnly,
   CryptoStorageData* dataIn
) = 0;
[JScript]
public abstract function SaveKey(
   key : AsymmetricAlgorithm,
   formatArray : Type[],
   fPublicOnly : Boolean,
   dataIn : CryptoStorageData
) : CryptoStorageData;

Parameters

key
[To be supplied.]
formatArray
[To be supplied.]
fPublicOnly
[To be supplied.]
dataIn
[To be supplied.]

See Also

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