CrossTenantTokenValidation 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 cross tenant token validation.
public readonly struct CrossTenantTokenValidation : IEquatable<Azure.ResourceManager.ProviderHub.Models.CrossTenantTokenValidation>
type CrossTenantTokenValidation = struct
Public Structure CrossTenantTokenValidation
Implements IEquatable(Of CrossTenantTokenValidation)
- Inheritance
-
CrossTenantTokenValidation
- Implements
Constructors
| Name | Description |
|---|---|
| CrossTenantTokenValidation(String) |
Initializes a new instance of CrossTenantTokenValidation. |
Properties
| Name | Description |
|---|---|
| EnsureSecureValidation |
EnsureSecureValidation. |
| PassthroughInsecureToken |
PassthroughInsecureToken. |
Methods
| Name | Description |
|---|---|
| Equals(CrossTenantTokenValidation) |
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
| Name | Description |
|---|---|
| Equality(CrossTenantTokenValidation, CrossTenantTokenValidation) |
Determines if two CrossTenantTokenValidation values are the same. |
| Implicit(String to CrossTenantTokenValidation) |
Converts a String to a CrossTenantTokenValidation. |
| Inequality(CrossTenantTokenValidation, CrossTenantTokenValidation) |
Determines if two CrossTenantTokenValidation values are not the same. |