IdentityCredential.SetReaderEphemeralPublicKey(IPublicKey) 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.
Set the ephemeral public key provided by the reader.
[Android.Runtime.Register("setReaderEphemeralPublicKey", "(Ljava/security/PublicKey;)V", "GetSetReaderEphemeralPublicKey_Ljava_security_PublicKey_Handler", ApiSince=30)]
public abstract void SetReaderEphemeralPublicKey (Java.Security.IPublicKey readerEphemeralPublicKey);
[<Android.Runtime.Register("setReaderEphemeralPublicKey", "(Ljava/security/PublicKey;)V", "GetSetReaderEphemeralPublicKey_Ljava_security_PublicKey_Handler", ApiSince=30)>]
abstract member SetReaderEphemeralPublicKey : Java.Security.IPublicKey -> unit
Parameters
- readerEphemeralPublicKey
- IPublicKey
The ephemeral public key provided by the reader to establish a secure session.
- Attributes
Remarks
Set the ephemeral public key provided by the reader. If called, this must be called before #getEntries(byte[], Map, byte[], byte[])
is called.
This member is deprecated. Use PresentationSession
instead.
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.