[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;
KeyStorageInCSP Class | KeyStorageInCSP Members | System.Security.Cryptography Namespace | KeyStorageInCSP.SaveKey Overload List