GlobalAuthenticationPolicy.DeviceAuthenticationMethod Property
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:
property Microsoft::IdentityServer::PolicyModel::Configuration::DeviceAuthenticationMethod DeviceAuthenticationMethod { Microsoft::IdentityServer::PolicyModel::Configuration::DeviceAuthenticationMethod get(); void set(Microsoft::IdentityServer::PolicyModel::Configuration::DeviceAuthenticationMethod value); };
[System.Runtime.Serialization.DataMember(Order=6)]
public Microsoft.IdentityServer.PolicyModel.Configuration.DeviceAuthenticationMethod DeviceAuthenticationMethod { get; set; }
member this.DeviceAuthenticationMethod : Microsoft.IdentityServer.PolicyModel.Configuration.DeviceAuthenticationMethod with get, set
Public Property DeviceAuthenticationMethod As DeviceAuthenticationMethod
Property Value
- Attributes