CryptoPrimitive.KeyAgreement Property

Definition

Gets the asymmetric key agreement and key distribution primitive.

[Android.Runtime.Register("KEY_AGREEMENT", ApiSince=24)]
public static Java.Security.CryptoPrimitive? KeyAgreement { get; }
[<Android.Runtime.Register("KEY_AGREEMENT", ApiSince=24)>]
static member KeyAgreement : Java.Security.CryptoPrimitive

Property Value

The asymmetric key agreement and key distribution primitive.

Attributes

Remarks

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.

Applies to