EncryptedPrivateKeyInfo.AlgName 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.
Returns the encryption algorithm.
public virtual string? AlgName { [Android.Runtime.Register("getAlgName", "()Ljava/lang/String;", "GetGetAlgNameHandler")] get; }
[<get: Android.Runtime.Register("getAlgName", "()Ljava/lang/String;", "GetGetAlgNameHandler")>]
member this.AlgName : string
Property Value
the encryption algorithm name.
- Attributes
Remarks
Returns the encryption algorithm.
Note: Standard name is returned instead of the specified one in the constructor when such mapping is available. See Appendix A in the Java Cryptography Architecture Reference Guide for information about standard Cipher algorithm names.
Java documentation for javax.crypto.EncryptedPrivateKeyInfo.getAlgName()
.
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.