SignalRKeyType 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.
The type of access key.
public readonly struct SignalRKeyType : IEquatable<Azure.ResourceManager.SignalR.Models.SignalRKeyType>
type SignalRKeyType = struct
Public Structure SignalRKeyType
Implements IEquatable(Of SignalRKeyType)
- Inheritance
-
SignalRKeyType
- Implements
Constructors
SignalRKeyType(String) |
Initializes a new instance of SignalRKeyType. |
Properties
Primary |
Primary. |
Salt |
Salt. |
Secondary |
Secondary. |
Methods
Equals(SignalRKeyType) |
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(SignalRKeyType, SignalRKeyType) |
Determines if two SignalRKeyType values are the same. |
Implicit(String to SignalRKeyType) |
Converts a String to a SignalRKeyType. |
Inequality(SignalRKeyType, SignalRKeyType) |
Determines if two SignalRKeyType values are not the same. |
Applies to
Azure SDK for .NET