DrbgParameters.Instantiation.GetPersonalizationString 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.
Returns the personalization string as a byte array.
[Android.Runtime.Register("getPersonalizationString", "()[B", "", ApiSince=35)]
public byte[]? GetPersonalizationString ();
[<Android.Runtime.Register("getPersonalizationString", "()[B", "", ApiSince=35)>]
member this.GetPersonalizationString : unit -> byte[]
Returns
If used in getInstance
, returns the requested
personalization string as a newly allocated array, or null
if no personalization string is requested. The same string should
be returned in getParameters
as a new copy, or null
if no personalization string is requested in getInstance
.
- Attributes
Remarks
Returns the personalization string as a byte array.
Java documentation for java.security.DrbgParameters.Instantiation.getPersonalizationString()
.
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.