RsaSecurityKey.DecryptKey(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.
Decrypts the specified encrypted key.
public:
override cli::array <System::Byte> ^ DecryptKey(System::String ^ algorithm, cli::array <System::Byte> ^ keyData);
public override byte[] DecryptKey (string algorithm, byte[] keyData);
override this.DecryptKey : string * byte[] -> byte[]
Public Overrides Function DecryptKey (algorithm As String, keyData As Byte()) As Byte()
Parameters
- algorithm
- String
The cryptographic algorithm that was used to encrypt the key. The supported algorithms are RsaV15KeyWrap and RsaOaepKeyWrap.
Returns
Byte[]
An array of Byte that contains the decrypted key.
Exceptions
algorithm
is not supported. The supported algorithms are RsaV15KeyWrap and RsaOaepKeyWrap.
keyData
is null
.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.