SecretKeyFactory.Algorithm Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le nom de l’algorithme de cet SecretKeyFactory objet.
public string? Algorithm { [Android.Runtime.Register("getAlgorithm", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getAlgorithm", "()Ljava/lang/String;", "")>]
member this.Algorithm : string
Valeur de propriété
nom de l’algorithme de cet SecretKeyFactory objet.
- Attributs
Remarques
Retourne le nom de l’algorithme de cet SecretKeyFactory objet.
Il s’agit du même nom que celui spécifié dans l’un getInstance des appels qui ont créé cet SecretKeyFactory objet.
Documentation Java pour javax.crypto.SecretKeyFactory.getAlgorithm().
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.