KeyStore.PasswordProtection.ProtectionParameters Property

Definition

Gets the parameters supplied for the protection algorithm.

public virtual Java.Security.Spec.IAlgorithmParameterSpec ProtectionParameters { [Android.Runtime.Register("getProtectionParameters", "()Ljava/security/spec/AlgorithmParameterSpec;", "GetGetProtectionParametersHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getProtectionParameters", "()Ljava/security/spec/AlgorithmParameterSpec;", "GetGetProtectionParametersHandler", ApiSince=26)>]
member this.ProtectionParameters : Java.Security.Spec.IAlgorithmParameterSpec

Property Value

the algorithm parameter specification, or null, if none was set

Attributes

Remarks

Gets the parameters supplied for the protection algorithm.

Added in 1.8.

Java documentation for java.security.KeyStore.PasswordProtection.getProtectionParameters().

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