KeyOperation 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 operation that can be performed with the key.
public readonly struct KeyOperation : IEquatable<Azure.Security.KeyVault.Keys.KeyOperation>
type KeyOperation = struct
Public Structure KeyOperation
Implements IEquatable(Of KeyOperation)
- Inheritance
-
KeyOperation
- Implements
Constructors
KeyOperation(String) |
Initializes a new instance of the KeyOperation structure. |
Properties
Methods
Equals(KeyOperation) |
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(KeyOperation, KeyOperation) |
Determines if two KeyOperation values are the same. |
Implicit(String to KeyOperation) |
Converts a string to a KeyOperation. |
Inequality(KeyOperation, KeyOperation) |
Determines if two KeyOperation values are different. |