PSSParameterSpec.MGFAlgorithm Property

Definition

Returns the mask generation function algorithm name.

public virtual string? MGFAlgorithm { [Android.Runtime.Register("getMGFAlgorithm", "()Ljava/lang/String;", "GetGetMGFAlgorithmHandler")] get; }
[<get: Android.Runtime.Register("getMGFAlgorithm", "()Ljava/lang/String;", "GetGetMGFAlgorithmHandler")>]
member this.MGFAlgorithm : string

Property Value

the mask generation function algorithm name.

Attributes

Remarks

Returns the mask generation function algorithm name.

Added in 1.5.

Java documentation for java.security.spec.PSSParameterSpec.getMGFAlgorithm().

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