WebApiApplication.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.
Important
This API is not CLS-compliant.
public:
property Nullable<Microsoft::IdentityServer::PolicyModel::Configuration::DeviceAuthenticationMethod> DeviceAuthenticationMethod { Nullable<Microsoft::IdentityServer::PolicyModel::Configuration::DeviceAuthenticationMethod> get(); };
[System.CLSCompliant(false)]
public Nullable<Microsoft.IdentityServer.PolicyModel.Configuration.DeviceAuthenticationMethod> DeviceAuthenticationMethod { get; }
member this.DeviceAuthenticationMethod : Nullable<Microsoft.IdentityServer.PolicyModel.Configuration.DeviceAuthenticationMethod>
Public ReadOnly Property DeviceAuthenticationMethod As Nullable(Of DeviceAuthenticationMethod)
Property Value
- Attributes