IdentityCredential.DecryptMessageFromReader(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.
Decrypt a message received from the reader.
[Android.Runtime.Register("decryptMessageFromReader", "([B)[B", "GetDecryptMessageFromReader_arrayBHandler", ApiSince=30)]
public abstract byte[] DecryptMessageFromReader (byte[] messageCiphertext);
[<Android.Runtime.Register("decryptMessageFromReader", "([B)[B", "GetDecryptMessageFromReader_arrayBHandler", ApiSince=30)>]
abstract member DecryptMessageFromReader : byte[] -> byte[]
Parameters
- messageCiphertext
- Byte[]
encrypted message to decrypt.
Returns
decrypted message.
- Attributes
Remarks
Decrypt a message received from the reader.
Do not use. In this version of the API, this method produces an incorrect result. Instead, applications should implement message encryption/decryption themselves as detailed in the #createEphemeralKeyPair()
method. In a future API-level, this method will be deprecated.
This member is deprecated. Applications should use PresentationSession
and implement encryption/decryption themselves.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.