AS2HashingAlgorithm Structure
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.
Algorithme de signature ou de hachage.
public readonly struct AS2HashingAlgorithm : IEquatable<Azure.ResourceManager.Logic.Models.AS2HashingAlgorithm>
type AS2HashingAlgorithm = struct
Public Structure AS2HashingAlgorithm
Implements IEquatable(Of AS2HashingAlgorithm)
- Héritage
-
AS2HashingAlgorithm
- Implémente
Constructeurs
AS2HashingAlgorithm(String) |
Initialise une nouvelle instance de AS2HashingAlgorithm. |
Propriétés
MD5 |
MD5. |
None |
Aucun. |
NotSpecified |
Non spécifié. |
Sha1 |
SHA1. |
Sha2256 |
SHA2256. |
Sha2384 |
SHA2384. |
Sha2512 |
SHA2512. |
Méthodes
Equals(AS2HashingAlgorithm) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(AS2HashingAlgorithm, AS2HashingAlgorithm) |
Détermine si deux AS2HashingAlgorithm valeurs sont identiques. |
Implicit(String to AS2HashingAlgorithm) |
Convertit une chaîne en AS2HashingAlgorithm. |
Inequality(AS2HashingAlgorithm, AS2HashingAlgorithm) |
Détermine si deux AS2HashingAlgorithm valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET