IASSPClientProxy.GetWindowsIdentityFromCurrentPrincipal Method
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.
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
- Attributes