SecurityKey.EncryptKey(String, Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, encrypts the specified key.
public:
abstract cli::array <System::Byte> ^ EncryptKey(System::String ^ algorithm, cli::array <System::Byte> ^ keyData);
public abstract byte[] EncryptKey (string algorithm, byte[] keyData);
abstract member EncryptKey : string * byte[] -> byte[]
Public MustOverride Function EncryptKey (algorithm As String, keyData As Byte()) As Byte()
Parameters
- algorithm
- String
The cryptographic algorithm to encrypt the key with.
Returns
Byte[]
An array of Byte that contains the encrypted key.
Remarks
Use the static fields of the SecurityAlgorithms class to specify the algorithm.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.