SignatureAlgorithm Struct
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.
An algorithm used for signing and verification.
public readonly struct SignatureAlgorithm : IEquatable<Azure.Security.KeyVault.Keys.Cryptography.SignatureAlgorithm>
type SignatureAlgorithm = struct
Public Structure SignatureAlgorithm
Implements IEquatable(Of SignatureAlgorithm)
- Inheritance
-
SignatureAlgorithm
- Implements
Constructors
SignatureAlgorithm(String) |
Initializes a new instance of the SignatureAlgorithm structure. |
Properties
Methods
Equals(SignatureAlgorithm) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SignatureAlgorithm, SignatureAlgorithm) |
Determines if two SignatureAlgorithm values are the same. |
Implicit(String to SignatureAlgorithm) |
Converts a string to a SignatureAlgorithm. |
Inequality(SignatureAlgorithm, SignatureAlgorithm) |
Determines if two SignatureAlgorithm values are different. |
Applies to
Azure SDK for .NET