OnlineIdServiceTicketRequest Constructors
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.
Overloads
OnlineIdServiceTicketRequest(String) |
Creates an instance of the OnlineIdServiceTicketRequest class. Note If you are developing for Windows 10 or greater, use the Windows.Security.Authentication.Web.Core APIs instead. For more information, see Web account manager. |
OnlineIdServiceTicketRequest(String, String) |
Creates an instance of the OnlineIdServiceTicketRequest class. Note If you are developing for Windows 10 or greater, use the Windows.Security.Authentication.Web.Core APIs instead. For more information, see Web account manager. |
OnlineIdServiceTicketRequest(String)
Creates an instance of the OnlineIdServiceTicketRequest class.
Note
If you are developing for Windows 10 or greater, use the Windows.Security.Authentication.Web.Core APIs instead. For more information, see Web account manager.
public:
OnlineIdServiceTicketRequest(Platform::String ^ service);
OnlineIdServiceTicketRequest(winrt::hstring const& service);
public OnlineIdServiceTicketRequest(string service);
function OnlineIdServiceTicketRequest(service)
Public Sub New (service As String)
Parameters
- service
-
String
Platform::String
winrt::hstring
The service for the request.
See also
Applies to
OnlineIdServiceTicketRequest(String, String)
Creates an instance of the OnlineIdServiceTicketRequest class.
Note
If you are developing for Windows 10 or greater, use the Windows.Security.Authentication.Web.Core APIs instead. For more information, see Web account manager.
public:
OnlineIdServiceTicketRequest(Platform::String ^ service, Platform::String ^ policy);
OnlineIdServiceTicketRequest(winrt::hstring const& service, winrt::hstring const& policy);
public OnlineIdServiceTicketRequest(string service, string policy);
function OnlineIdServiceTicketRequest(service, policy)
Public Sub New (service As String, policy As String)
Parameters
- service
-
String
Platform::String
winrt::hstring
The service for the request.
- policy
-
String
Platform::String
winrt::hstring
The policy for the request.