IASSPClientProxy.GetWindowsIdentityFromCurrentPrincipal Method

Definition

This method is used when the caller needs to construct a WindowsIdentity from the Thread.CurrentPrincipal. This uses SharePoint apis to reconstruct the WindowIdentity

[System.Runtime.InteropServices.ComVisible(false)]
public System.Security.Principal.WindowsIdentity GetWindowsIdentityFromCurrentPrincipal ();
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member GetWindowsIdentityFromCurrentPrincipal : unit -> System.Security.Principal.WindowsIdentity
Public Function GetWindowsIdentityFromCurrentPrincipal () As WindowsIdentity

Returns

WindowsIdentity
Attributes

Applies to