[Build] Move netcoreapp ref assemblies to Tizen.NET.APIx
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API6 / build / tizen60 / ref / System.Security.Principal.xml
@@ -3,70 +3,70 @@
     <name>System.Security.Principal</name>
   </assembly>
   <members>
-    <member name="T:System.Security.Principal.IIdentity">
-      <summary>Defines the basic functionality of an identity object.</summary>
-    </member>
-    <member name="P:System.Security.Principal.IIdentity.AuthenticationType">
-      <summary>Gets the type of authentication used.</summary>
-      <returns>The type of authentication used to identify the user.</returns>
+    <member name="T:System.Security.Principal.TokenImpersonationLevel">
+      <summary>Defines security impersonation levels. Security impersonation levels govern the degree to which a server process can act on behalf of a client process.</summary>
     </member>
-    <member name="P:System.Security.Principal.IIdentity.IsAuthenticated">
-      <summary>Gets a value that indicates whether the user has been authenticated.</summary>
-      <returns>true if the user was authenticated; otherwise, false.</returns>
+    <member name="F:System.Security.Principal.TokenImpersonationLevel.Anonymous">
+      <summary>The server process cannot obtain identification information about the client, and it cannot impersonate the client.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Security.Principal.IIdentity.Name">
-      <summary>Gets the name of the current user.</summary>
-      <returns>The name of the user on whose behalf the code is running.</returns>
+    <member name="F:System.Security.Principal.TokenImpersonationLevel.Delegation">
+      <summary>The server process can impersonate the client&amp;#39;s security context on remote systems.</summary>
+      <returns></returns>
     </member>
-    <member name="T:System.Security.Principal.IPrincipal">
-      <summary>Defines the basic functionality of a principal object.</summary>
+    <member name="F:System.Security.Principal.TokenImpersonationLevel.Identification">
+      <summary>The server process can obtain information about the client, such as security identifiers and privileges, but it cannot impersonate the client. This is useful for servers that export their own objects, for example, database products that export tables and views. Using the retrieved client-security information, the server can make access-validation decisions without being able to use other services that are using the client&amp;#39;s security context.</summary>
+      <returns></returns>
     </member>
-    <member name="P:System.Security.Principal.IPrincipal.Identity">
-      <summary>Gets the identity of the current principal.</summary>
-      <returns>The <see cref="System.Security.Principal.IIdentity"></see> object associated with the current principal.</returns>
+    <member name="F:System.Security.Principal.TokenImpersonationLevel.Impersonation">
+      <summary>The server process can impersonate the client&amp;#39;s security context on its local system. The server cannot impersonate the client on remote systems.</summary>
+      <returns></returns>
     </member>
-    <member name="M:System.Security.Principal.IPrincipal.IsInRole(System.String)">
-      <summary>Determines whether the current principal belongs to the specified role.</summary>
-      <param name="role">The name of the role for which to check membership.</param>
-      <returns>true if the current principal is a member of the specified role; otherwise, false.</returns>
+    <member name="F:System.Security.Principal.TokenImpersonationLevel.None">
+      <summary>An impersonation level is not assigned.</summary>
+      <returns></returns>
     </member>
     <member name="T:System.Security.Principal.PrincipalPolicy">
-      <summary>Specifies how principal and identity objects should be created for an application domain. The default is UnauthenticatedPrincipal.</summary>
+      <summary>Specifies how principal and identity objects should be created for an application domain. The default is <see langword="UnauthenticatedPrincipal"></see>.</summary>
     </member>
     <member name="F:System.Security.Principal.PrincipalPolicy.NoPrincipal">
       <summary>No principal or identity objects should be created.</summary>
       <returns></returns>
     </member>
     <member name="F:System.Security.Principal.PrincipalPolicy.UnauthenticatedPrincipal">
-      <summary>Principal and identity objects for the unauthenticated entity should be created. An unauthenticated entity has <see cref="P:System.Security.Principal.GenericIdentity.Name"></see> set to the empty string (&amp;quot;&amp;quot;) and <see cref="P:System.Security.Principal.GenericIdentity.IsAuthenticated"></see> set to false.</summary>
+      <summary>Principal and identity objects for the unauthenticated entity should be created. An unauthenticated entity has <see cref="P:System.Security.Principal.GenericIdentity.Name"></see> set to the empty string (&amp;quot;&amp;quot;) and <see cref="P:System.Security.Principal.GenericIdentity.IsAuthenticated"></see> set to <see langword="false"></see>.</summary>
       <returns></returns>
     </member>
     <member name="F:System.Security.Principal.PrincipalPolicy.WindowsPrincipal">
       <summary>Principal and identity objects that reflect the operating system token associated with the current execution thread should be created, and the associated operating system groups should be mapped into roles.</summary>
       <returns></returns>
     </member>
-    <member name="T:System.Security.Principal.TokenImpersonationLevel">
-      <summary>Defines security impersonation levels. Security impersonation levels govern the degree to which a server process can act on behalf of a client process.</summary>
+    <member name="T:System.Security.Principal.IPrincipal">
+      <summary>Defines the basic functionality of a principal object.</summary>
     </member>
-    <member name="F:System.Security.Principal.TokenImpersonationLevel.Anonymous">
-      <summary>The server process cannot obtain identification information about the client, and it cannot impersonate the client.</summary>
-      <returns></returns>
+    <member name="P:System.Security.Principal.IPrincipal.Identity">
+      <summary>Gets the identity of the current principal.</summary>
+      <returns>The <see cref="T:System.Security.Principal.IIdentity"></see> object associated with the current principal.</returns>
     </member>
-    <member name="F:System.Security.Principal.TokenImpersonationLevel.Delegation">
-      <summary>The server process can impersonate the client&amp;#39;s security context on remote systems.</summary>
-      <returns></returns>
+    <member name="M:System.Security.Principal.IPrincipal.IsInRole(System.String)">
+      <summary>Determines whether the current principal belongs to the specified role.</summary>
+      <param name="role">The name of the role for which to check membership.</param>
+      <returns><see langword="true"></see> if the current principal is a member of the specified role; otherwise, <see langword="false"></see>.</returns>
     </member>
-    <member name="F:System.Security.Principal.TokenImpersonationLevel.Identification">
-      <summary>The server process can obtain information about the client, such as security identifiers and privileges, but it cannot impersonate the client. This is useful for servers that export their own objects, for example, database products that export tables and views. Using the retrieved client-security information, the server can make access-validation decisions without being able to use other services that are using the client&amp;#39;s security context.</summary>
-      <returns></returns>
+    <member name="T:System.Security.Principal.IIdentity">
+      <summary>Defines the basic functionality of an identity object.</summary>
     </member>
-    <member name="F:System.Security.Principal.TokenImpersonationLevel.Impersonation">
-      <summary>The server process can impersonate the client&amp;#39;s security context on its local system. The server cannot impersonate the client on remote systems.</summary>
-      <returns></returns>
+    <member name="P:System.Security.Principal.IIdentity.AuthenticationType">
+      <summary>Gets the type of authentication used.</summary>
+      <returns>The type of authentication used to identify the user.</returns>
     </member>
-    <member name="F:System.Security.Principal.TokenImpersonationLevel.None">
-      <summary>An impersonation level is not assigned.</summary>
-      <returns></returns>
+    <member name="P:System.Security.Principal.IIdentity.IsAuthenticated">
+      <summary>Gets a value that indicates whether the user has been authenticated.</summary>
+      <returns><see langword="true"></see> if the user was authenticated; otherwise, <see langword="false"></see>.</returns>
+    </member>
+    <member name="P:System.Security.Principal.IIdentity.Name">
+      <summary>Gets the name of the current user.</summary>
+      <returns>The name of the user on whose behalf the code is running.</returns>
     </member>
   </members>
 </doc>
\ No newline at end of file