DeviceRegistrationException Class
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.
public ref class DeviceRegistrationException : Microsoft::IdentityServer::PolicyModel::Configuration::PolicyTemplate::DeviceRegistrationCondition
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.datacontract.org/2012/04/ADFS")]
public class DeviceRegistrationException : Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate.DeviceRegistrationCondition
type DeviceRegistrationException = class
inherit DeviceRegistrationCondition
Public Class DeviceRegistrationException
Inherits DeviceRegistrationCondition
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| DeviceRegistrationException() | |
Fields
| Name | Description |
|---|---|
| ContractNamespace | (Inherited from ContractObject) |
Properties
| Name | Description |
|---|---|
| ClaimType | (Inherited from DeviceRegistrationCondition) |
| ExtensionData | (Inherited from ContractObject) |
| Label | (Inherited from Condition) |
| Operator | (Inherited from Condition) |
| ParameterDescription | (Inherited from Condition) |
| TypeIdentifier | (Inherited from Condition) |
| Values | (Inherited from Condition) |
Methods
| Name | Description |
|---|---|
| FormatIssuerCondition() | (Inherited from Condition) |
| FormatPresenceCondition() | (Inherited from Condition) |
| FormatTypeAndValueCondition() | (Inherited from Condition) |
| FormatValueExpression(String, Boolean) | (Inherited from Condition) |
| FormatValueOperator() | (Inherited from Condition) |
| FormatValues(String) | (Inherited from DeviceRegistrationCondition) |
| OperatorToString() | (Inherited from Condition) |
| ParameterLabel(Boolean) | (Inherited from Condition) |
| ToString() | (Inherited from DeviceRegistrationCondition) |
| ValueValidator(String, Boolean, String) | (Inherited from DeviceRegistrationCondition) |