Guest User

Untitled

a guest
Aug 10th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.30 KB | None | 0 0
  1.     public interface IPrincipal
  2.     {
  3.         // Summary:
  4.         //     Gets the identity of the current principal.
  5.         //
  6.         // Returns:
  7.         //     The System.Security.Principal.IIdentity object associated with the current
  8.         //     principal.
  9.         IIdentity Identity { get; }
Add Comment
Please, Sign In to add comment