KeyManagerFactory.DefaultAlgorithm Property
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.
Obtains the default KeyManagerFactory algorithm name.
public static string? DefaultAlgorithm { [Android.Runtime.Register("getDefaultAlgorithm", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getDefaultAlgorithm", "()Ljava/lang/String;", "")>]
static member DefaultAlgorithm : string
Property Value
the default algorithm name as specified by the
ssl.KeyManagerFactory.algorithm
security property, or an
implementation-specific default if no such property exists.
- Attributes
Remarks
Obtains the default KeyManagerFactory algorithm name.
The default algorithm can be changed at runtime by setting the value of the ssl.KeyManagerFactory.algorithm
security property to the desired algorithm name.
Java documentation for javax.net.ssl.KeyManagerFactory.getDefaultAlgorithm()
.
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.