SingleSignOnIdentity Implicit Conversion (SingleSignOnIdentity to WindowsIdentity)
Used to cast a SingleSignOnIdentity data type object to a WindowsIdentity data type object.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public static implicit operator WindowsIdentity (
SingleSignOnIdentity identity
)
public:
static operator WindowsIdentity^ (
SingleSignOnIdentity^ identity
)
F# does not support this operator
Public Shared Widening Operator CType (
identity As SingleSignOnIdentity
) As WindowsIdentity
Parameters
identity
Type: System.Web.Security.SingleSignOn.SingleSignOnIdentityA SingleSignOnIdentity object that represents a Windows user.
Return Value
Type: System.Security.Principal.WindowsIdentity
A WindowsIdentity object.
See Also
SingleSignOnIdentity Class
System.Web.Security.SingleSignOn Namespace
Return to top