다음을 통해 공유


PSSParameterSpec.SaltLength Property

Definition

Returns the salt length in bytes.

public virtual int SaltLength { [Android.Runtime.Register("getSaltLength", "()I", "GetGetSaltLengthHandler")] get; }
[<get: Android.Runtime.Register("getSaltLength", "()I", "GetGetSaltLengthHandler")>]
member this.SaltLength : int

Property Value

the salt length

Attributes

Remarks

Returns the salt length in bytes.

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

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