summaryrefslogtreecommitdiff
path: root/.dotnet/packs/Microsoft.WindowsDesktop.App.Ref/3.0.0-preview6-27804-01/ref/netcoreapp3.0/System.Security.Principal.Windows.xml
diff options
context:
space:
mode:
Diffstat (limited to '.dotnet/packs/Microsoft.WindowsDesktop.App.Ref/3.0.0-preview6-27804-01/ref/netcoreapp3.0/System.Security.Principal.Windows.xml')
-rwxr-xr-x.dotnet/packs/Microsoft.WindowsDesktop.App.Ref/3.0.0-preview6-27804-01/ref/netcoreapp3.0/System.Security.Principal.Windows.xml1011
1 files changed, 1011 insertions, 0 deletions
diff --git a/.dotnet/packs/Microsoft.WindowsDesktop.App.Ref/3.0.0-preview6-27804-01/ref/netcoreapp3.0/System.Security.Principal.Windows.xml b/.dotnet/packs/Microsoft.WindowsDesktop.App.Ref/3.0.0-preview6-27804-01/ref/netcoreapp3.0/System.Security.Principal.Windows.xml
new file mode 100755
index 0000000000..b663999add
--- /dev/null
+++ b/.dotnet/packs/Microsoft.WindowsDesktop.App.Ref/3.0.0-preview6-27804-01/ref/netcoreapp3.0/System.Security.Principal.Windows.xml
@@ -0,0 +1,1011 @@
+<?xml version="1.0" encoding="utf-8"?><doc>
+ <assembly>
+ <name>System.Security.Principal.Windows</name>
+ </assembly>
+ <members>
+ <member name="T:System.Security.Principal.IdentityNotMappedException">
+ <summary>Represents an exception for a principal whose identity could not be mapped to a known identity.</summary>
+ </member>
+ <member name="M:System.Security.Principal.IdentityNotMappedException.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.IdentityNotMappedException"></see> class.</summary>
+ </member>
+ <member name="M:System.Security.Principal.IdentityNotMappedException.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.IdentityNotMappedException"></see> class by using the specified error message.</summary>
+ <param name="message">The error message that explains the reason for the exception.</param>
+ </member>
+ <member name="M:System.Security.Principal.IdentityNotMappedException.#ctor(System.String,System.Exception)">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.IdentityNotMappedException"></see> class by using the specified error message and inner exception.</summary>
+ <param name="message">The error message that explains the reason for the exception.</param>
+ <param name="inner">The exception that is the cause of the current exception. If inner is not null, the current exception is raised in a catch block that handles the inner exception.</param>
+ </member>
+ <member name="M:System.Security.Principal.IdentityNotMappedException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+ <summary>Gets serialization information with the data needed to create an instance of this <see cref="T:System.Security.Principal.IdentityNotMappedException"></see> object.</summary>
+ <param name="serializationInfo">The object that holds the serialized object data about the exception being thrown.</param>
+ <param name="streamingContext">The object that contains contextual information about the source or destination.</param>
+ </member>
+ <member name="P:System.Security.Principal.IdentityNotMappedException.UnmappedIdentities">
+ <summary>Represents the collection of unmapped identities for an <see cref="T:System.Security.Principal.IdentityNotMappedException"></see> exception.</summary>
+ <returns>The collection of unmapped identities.</returns>
+ </member>
+ <member name="T:System.Security.Principal.IdentityReference">
+ <summary>Represents an identity and is the base class for the <see cref="T:System.Security.Principal.NTAccount"></see> and <see cref="T:System.Security.Principal.SecurityIdentifier"></see> classes. This class does not provide a public constructor, and therefore cannot be inherited.</summary>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReference.Equals(System.Object)">
+ <summary>Returns a value that indicates whether the specified object equals this instance of the <see cref="T:System.Security.Principal.IdentityReference"></see> class.</summary>
+ <param name="o">An object to compare with this <see cref="T:System.Security.Principal.IdentityReference"></see> instance, or a null reference.</param>
+ <returns>true if <paramref name="o">o</paramref> is an object with the same underlying type and value as this <see cref="System.Security.Principal.IdentityReference"></see> instance; otherwise, false.</returns>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReference.GetHashCode">
+ <summary>Serves as a hash function for <see cref="T:System.Security.Principal.IdentityReference"></see>. <see cref="M:System.Security.Principal.IdentityReference.GetHashCode"></see> is suitable for use in hashing algorithms and data structures like a hash table.</summary>
+ <returns>The hash code for this <see cref="System.Security.Principal.IdentityReference"></see> object.</returns>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReference.IsValidTargetType(System.Type)">
+ <summary>Returns a value that indicates whether the specified type is a valid translation type for the <see cref="T:System.Security.Principal.IdentityReference"></see> class.</summary>
+ <param name="targetType">The type being queried for validity to serve as a conversion from <see cref="T:System.Security.Principal.IdentityReference"></see>. The following target types are valid:
+ <see cref="T:System.Security.Principal.NTAccount"></see><see cref="T:System.Security.Principal.SecurityIdentifier"></see></param>
+ <returns>true if <paramref name="targetType">targetType</paramref> is a valid translation type for the <see cref="System.Security.Principal.IdentityReference"></see> class; otherwise, false.</returns>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReference.op_Equality(System.Security.Principal.IdentityReference,System.Security.Principal.IdentityReference)">
+ <summary>Compares two <see cref="T:System.Security.Principal.IdentityReference"></see> objects to determine whether they are equal. They are considered equal if they have the same canonical name representation as the one returned by the <see cref="P:System.Security.Principal.IdentityReference.Value"></see> property or if they are both null.</summary>
+ <param name="left">The left <see cref="T:System.Security.Principal.IdentityReference"></see> operand to use for the equality comparison. This parameter can be null.</param>
+ <param name="right">The right <see cref="T:System.Security.Principal.IdentityReference"></see> operand to use for the equality comparison. This parameter can be null.</param>
+ <returns>true if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are equal; otherwise, false.</returns>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReference.op_Inequality(System.Security.Principal.IdentityReference,System.Security.Principal.IdentityReference)">
+ <summary>Compares two <see cref="T:System.Security.Principal.IdentityReference"></see> objects to determine whether they are not equal. They are considered not equal if they have different canonical name representations than the one returned by the <see cref="P:System.Security.Principal.IdentityReference.Value"></see> property or if one of the objects is null and the other is not.</summary>
+ <param name="left">The left <see cref="T:System.Security.Principal.IdentityReference"></see> operand to use for the inequality comparison. This parameter can be null.</param>
+ <param name="right">The right <see cref="T:System.Security.Principal.IdentityReference"></see> operand to use for the inequality comparison. This parameter can be null.</param>
+ <returns>true if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are not equal; otherwise, false.</returns>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReference.ToString">
+ <summary>Returns the string representation of the identity represented by the <see cref="T:System.Security.Principal.IdentityReference"></see> object.</summary>
+ <returns>The identity in string format.</returns>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReference.Translate(System.Type)">
+ <summary>Translates the account name represented by the <see cref="T:System.Security.Principal.IdentityReference"></see> object into another <see cref="T:System.Security.Principal.IdentityReference"></see>-derived type.</summary>
+ <param name="targetType">The target type for the conversion from <see cref="T:System.Security.Principal.IdentityReference"></see>.</param>
+ <returns>The converted identity.</returns>
+ </member>
+ <member name="P:System.Security.Principal.IdentityReference.Value">
+ <summary>Gets the string value of the identity represented by the <see cref="T:System.Security.Principal.IdentityReference"></see> object.</summary>
+ <returns>The string value of the identity represented by the <see cref="System.Security.Principal.IdentityReference"></see> object.</returns>
+ </member>
+ <member name="T:System.Security.Principal.IdentityReferenceCollection">
+ <summary>Represents a collection of <see cref="T:System.Security.Principal.IdentityReference"></see> objects and provides a means of converting sets of <see cref="T:System.Security.Principal.IdentityReference"></see>-derived objects to <see cref="T:System.Security.Principal.IdentityReference"></see>-derived types.</summary>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReferenceCollection.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.IdentityReferenceCollection"></see> class with zero items in the collection.</summary>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReferenceCollection.#ctor(System.Int32)">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.IdentityReferenceCollection"></see> class by using the specified initial size.</summary>
+ <param name="capacity">The initial number of items in the collection. The value of capacity is a hint only; it is not necessarily the maximum number of items created.</param>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReferenceCollection.Add(System.Security.Principal.IdentityReference)">
+ <summary>Adds an <see cref="T:System.Security.Principal.IdentityReference"></see> object to the <see cref="T:System.Security.Principal.IdentityReferenceCollection"></see> collection.</summary>
+ <param name="identity">The <see cref="T:System.Security.Principal.IdentityReference"></see> object to add to the collection.</param>
+ <exception cref="T:System.ArgumentNullException"><paramref name="identity">identity</paramref> is null.</exception>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReferenceCollection.Clear">
+ <summary>Clears all <see cref="T:System.Security.Principal.IdentityReference"></see> objects from the <see cref="T:System.Security.Principal.IdentityReferenceCollection"></see> collection.</summary>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReferenceCollection.Contains(System.Security.Principal.IdentityReference)">
+ <summary>Indicates whether the <see cref="T:System.Security.Principal.IdentityReferenceCollection"></see> collection contains the specified <see cref="T:System.Security.Principal.IdentityReference"></see> object.</summary>
+ <param name="identity">The <see cref="T:System.Security.Principal.IdentityReference"></see> object to check for.</param>
+ <returns>true if the collection contains the specified object.</returns>
+ <exception cref="T:System.ArgumentNullException"><paramref name="identity">identity</paramref> is null.</exception>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReferenceCollection.CopyTo(System.Security.Principal.IdentityReference[],System.Int32)">
+ <summary>Copies the <see cref="T:System.Security.Principal.IdentityReferenceCollection"></see> collection to an <see cref="T:System.Security.Principal.IdentityReferenceCollection"></see> array, starting at the specified index.</summary>
+ <param name="array">An <see cref="T:System.Security.Principal.IdentityReferenceCollection"></see> array object to which the <see cref="T:System.Security.Principal.IdentityReferenceCollection"></see> collection is to be copied.</param>
+ <param name="offset">The zero-based index in array where the <see cref="T:System.Security.Principal.IdentityReferenceCollection"></see> collection is to be copied.</param>
+ </member>
+ <member name="P:System.Security.Principal.IdentityReferenceCollection.Count">
+ <summary>Gets the number of items in the <see cref="T:System.Security.Principal.IdentityReferenceCollection"></see> collection.</summary>
+ <returns>The number of <see cref="System.Security.Principal.IdentityReference"></see> objects in the <see cref="System.Security.Principal.IdentityReferenceCollection"></see> collection.</returns>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReferenceCollection.GetEnumerator">
+ <summary>Gets an enumerator that can be used to iterate through the <see cref="T:System.Security.Principal.IdentityReferenceCollection"></see> collection.</summary>
+ <returns>An enumerator for the <see cref="System.Security.Principal.IdentityReferenceCollection"></see> collection.</returns>
+ </member>
+ <member name="P:System.Security.Principal.IdentityReferenceCollection.Item(System.Int32)">
+ <summary>Sets or gets the node at the specified index of the <see cref="T:System.Security.Principal.IdentityReferenceCollection"></see> collection.</summary>
+ <param name="index">The zero-based index in the <see cref="T:System.Security.Principal.IdentityReferenceCollection"></see> collection.</param>
+ <returns>The <see cref="System.Security.Principal.IdentityReference"></see> at the specified index in the collection. If <paramref name="index">index</paramref> is greater than or equal to the number of nodes in the collection, the return value is null.</returns>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReferenceCollection.Remove(System.Security.Principal.IdentityReference)">
+ <summary>Removes the specified <see cref="T:System.Security.Principal.IdentityReference"></see> object from the collection.</summary>
+ <param name="identity">The <see cref="T:System.Security.Principal.IdentityReference"></see> object to remove.</param>
+ <returns>true if the specified object was removed from the collection.</returns>
+ <exception cref="T:System.ArgumentNullException"><paramref name="identity">identity</paramref> is null.</exception>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReferenceCollection.Translate(System.Type)">
+ <summary>Converts the objects in the collection to the specified type. Calling this method is the same as calling <see cref="M:System.Security.Principal.IdentityReferenceCollection.Translate(System.Type,System.Boolean)"></see> with the second parameter set to false, which means that exceptions will not be thrown for items that fail conversion.</summary>
+ <param name="targetType">The type to which items in the collection are being converted.</param>
+ <returns>A <see cref="System.Security.Principal.IdentityReferenceCollection"></see> collection that represents the converted contents of the original collection.</returns>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReferenceCollection.Translate(System.Type,System.Boolean)">
+ <summary>Converts the objects in the collection to the specified type and uses the specified fault tolerance to handle or ignore errors associated with a type not having a conversion mapping.</summary>
+ <param name="targetType">The type to which items in the collection are being converted.</param>
+ <param name="forceSuccess">A Boolean value that determines how conversion errors are handled.
+ If forceSuccess is true, conversion errors due to a mapping not being found for the translation result in a failed conversion and exceptions being thrown.
+ If forceSuccess is false, types that failed to convert due to a mapping not being found for the translation are copied without being converted into the collection being returned.</param>
+ <returns>A <see cref="System.Security.Principal.IdentityReferenceCollection"></see> collection that represents the converted contents of the original collection.</returns>
+ </member>
+ <member name="P:System.Security.Principal.IdentityReferenceCollection.System#Collections#Generic#ICollection{System#Security#Principal#IdentityReference}#IsReadOnly">
+ <returns></returns>
+ </member>
+ <member name="M:System.Security.Principal.IdentityReferenceCollection.System#Collections#IEnumerable#GetEnumerator">
+ <summary>Gets an enumerator that can be used to iterate through the <see cref="T:System.Security.Principal.IdentityReferenceCollection"></see> collection.</summary>
+ <returns>An enumerator for the <see cref="System.Security.Principal.IdentityReferenceCollection"></see> collection.</returns>
+ </member>
+ <member name="T:System.Security.Principal.NTAccount">
+ <summary>Represents a user or group account.</summary>
+ </member>
+ <member name="M:System.Security.Principal.NTAccount.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.NTAccount"></see> class by using the specified name.</summary>
+ <param name="name">The name used to create the <see cref="T:System.Security.Principal.NTAccount"></see> object. This parameter cannot be null or an empty string.</param>
+ <exception cref="T:System.ArgumentNullException"><paramref name="name">name</paramref> is null.</exception>
+ <exception cref="T:System.ArgumentException"><paramref name="name">name</paramref> is an empty string.
+ -or-
+ <paramref name="name">name</paramref> is too long.</exception>
+ </member>
+ <member name="M:System.Security.Principal.NTAccount.#ctor(System.String,System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.NTAccount"></see> class by using the specified domain name and account name.</summary>
+ <param name="domainName">The name of the domain. This parameter can be null or an empty string. Domain names that are null values are treated like an empty string.</param>
+ <param name="accountName">The name of the account. This parameter cannot be null or an empty string.</param>
+ <exception cref="T:System.ArgumentNullException"><paramref name="accountName">accountName</paramref> is null.</exception>
+ <exception cref="T:System.ArgumentException"><paramref name="accountName">accountName</paramref> is an empty string.
+ -or-
+ <paramref name="accountName">accountName</paramref> is too long.
+ -or-
+ <paramref name="domainName">domainName</paramref> is too long.</exception>
+ </member>
+ <member name="M:System.Security.Principal.NTAccount.Equals(System.Object)">
+ <summary>Returns a value that indicates whether this <see cref="T:System.Security.Principal.NTAccount"></see> object is equal to a specified object.</summary>
+ <param name="o">An object to compare with this <see cref="T:System.Security.Principal.NTAccount"></see> object, or null.</param>
+ <returns>true if <paramref name="o">o</paramref> is an object with the same underlying type and value as this <see cref="System.Security.Principal.NTAccount"></see> object; otherwise, false.</returns>
+ </member>
+ <member name="M:System.Security.Principal.NTAccount.GetHashCode">
+ <summary>Serves as a hash function for the current <see cref="T:System.Security.Principal.NTAccount"></see> object. The <see cref="M:System.Security.Principal.NTAccount.GetHashCode"></see> method is suitable for hashing algorithms and data structures like a hash table.</summary>
+ <returns>A hash value for the current <see cref="System.Security.Principal.NTAccount"></see> object.</returns>
+ </member>
+ <member name="M:System.Security.Principal.NTAccount.IsValidTargetType(System.Type)">
+ <summary>Returns a value that indicates whether the specified type is a valid translation type for the <see cref="T:System.Security.Principal.NTAccount"></see> class.</summary>
+ <param name="targetType">The type being queried for validity to serve as a conversion from <see cref="T:System.Security.Principal.NTAccount"></see>. The following target types are valid:
+ - <see cref="T:System.Security.Principal.NTAccount"></see>
+ - <see cref="T:System.Security.Principal.SecurityIdentifier"></see></param>
+ <returns>true if <paramref name="targetType">targetType</paramref> is a valid translation type for the <see cref="System.Security.Principal.NTAccount"></see> class; otherwise false.</returns>
+ </member>
+ <member name="M:System.Security.Principal.NTAccount.op_Equality(System.Security.Principal.NTAccount,System.Security.Principal.NTAccount)">
+ <summary>Compares two <see cref="T:System.Security.Principal.NTAccount"></see> objects to determine whether they are equal. They are considered equal if they have the same canonical name representation as the one returned by the <see cref="P:System.Security.Principal.NTAccount.Value"></see> property or if they are both null.</summary>
+ <param name="left">The left operand to use for the equality comparison. This parameter can be null.</param>
+ <param name="right">The right operand to use for the equality comparison. This parameter can be null.</param>
+ <returns>true if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are equal; otherwise false.</returns>
+ </member>
+ <member name="M:System.Security.Principal.NTAccount.op_Inequality(System.Security.Principal.NTAccount,System.Security.Principal.NTAccount)">
+ <summary>Compares two <see cref="T:System.Security.Principal.NTAccount"></see> objects to determine whether they are not equal. They are considered not equal if they have different canonical name representations than the one returned by the <see cref="P:System.Security.Principal.NTAccount.Value"></see> property or if one of the objects is null and the other is not.</summary>
+ <param name="left">The left operand to use for the inequality comparison. This parameter can be null.</param>
+ <param name="right">The right operand to use for the inequality comparison. This parameter can be null.</param>
+ <returns>true if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are not equal; otherwise false.</returns>
+ </member>
+ <member name="M:System.Security.Principal.NTAccount.ToString">
+ <summary>Returns the account name, in Domain \ Account format, for the account represented by the <see cref="T:System.Security.Principal.NTAccount"></see> object.</summary>
+ <returns>The account name, in Domain \ Account format.</returns>
+ </member>
+ <member name="M:System.Security.Principal.NTAccount.Translate(System.Type)">
+ <summary>Translates the account name represented by the <see cref="T:System.Security.Principal.NTAccount"></see> object into another <see cref="T:System.Security.Principal.IdentityReference"></see>-derived type.</summary>
+ <param name="targetType">The target type for the conversion from <see cref="T:System.Security.Principal.NTAccount"></see>. The target type must be a type that is considered valid by the <see cref="M:System.Security.Principal.NTAccount.IsValidTargetType(System.Type)"></see> method.</param>
+ <returns>The converted identity.</returns>
+ <exception cref="T:System.ArgumentNullException"><paramref name="targetType">targetType</paramref> is null.</exception>
+ <exception cref="T:System.ArgumentException"><paramref name="targetType">targetType</paramref> is not an <see cref="System.Security.Principal.IdentityReference"></see> type.</exception>
+ <exception cref="T:System.Security.Principal.IdentityNotMappedException">Some or all identity references could not be translated.</exception>
+ <exception cref="T:System.SystemException">The source account name is too long.
+ -or-
+ A Win32 error code was returned.</exception>
+ </member>
+ <member name="P:System.Security.Principal.NTAccount.Value">
+ <summary>Returns an uppercase string representation of this <see cref="T:System.Security.Principal.NTAccount"></see> object.</summary>
+ <returns>The uppercase string representation of this <see cref="System.Security.Principal.NTAccount"></see> object.</returns>
+ </member>
+ <member name="T:System.Security.Principal.SecurityIdentifier">
+ <summary>Represents a security identifier (SID) and provides marshaling and comparison operations for SIDs.</summary>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.#ctor(System.IntPtr)">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.SecurityIdentifier"></see> class by using an integer that represents the binary form of a security identifier (SID).</summary>
+ <param name="binaryForm">An integer that represents the binary form of a SID.</param>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.SecurityIdentifier"></see> class by using the specified security identifier (SID) in Security Descriptor Definition Language (SDDL) format.</summary>
+ <param name="sddlForm">SDDL string for the SID used to create the <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object.</param>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.#ctor(System.Byte[],System.Int32)">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.SecurityIdentifier"></see> class by using a specified binary representation of a security identifier (SID).</summary>
+ <param name="binaryForm">The byte array that represents the SID.</param>
+ <param name="offset">The byte offset to use as the starting index in binaryForm.</param>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.#ctor(System.Security.Principal.WellKnownSidType,System.Security.Principal.SecurityIdentifier)">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.SecurityIdentifier"></see> class by using the specified well known security identifier (SID) type and domain SID.</summary>
+ <param name="sidType">One of the enumeration values. This value must not be <see cref="F:System.Security.Principal.WellKnownSidType.LogonIdsSid"></see>.</param>
+ <param name="domainSid">The domain SID. This value is required for the following <see cref="T:System.Security.Principal.WellKnownSidType"></see> values. This parameter is ignored for any other <see cref="T:System.Security.Principal.WellKnownSidType"></see> values.
+ - <see cref="F:System.Security.Principal.WellKnownSidType.AccountAdministratorSid"></see>
+ - <see cref="F:System.Security.Principal.WellKnownSidType.AccountGuestSid"></see>
+ - <see cref="F:System.Security.Principal.WellKnownSidType.AccountKrbtgtSid"></see>
+ - <see cref="F:System.Security.Principal.WellKnownSidType.AccountDomainAdminsSid"></see>
+ - <see cref="F:System.Security.Principal.WellKnownSidType.AccountDomainUsersSid"></see>
+ - <see cref="F:System.Security.Principal.WellKnownSidType.AccountDomainGuestsSid"></see>
+ - <see cref="F:System.Security.Principal.WellKnownSidType.AccountComputersSid"></see>
+ - <see cref="F:System.Security.Principal.WellKnownSidType.AccountControllersSid"></see>
+ - <see cref="F:System.Security.Principal.WellKnownSidType.AccountCertAdminsSid"></see>
+ - <see cref="F:System.Security.Principal.WellKnownSidType.AccountSchemaAdminsSid"></see>
+ - <see cref="F:System.Security.Principal.WellKnownSidType.AccountEnterpriseAdminsSid"></see>
+ - <see cref="F:System.Security.Principal.WellKnownSidType.AccountPolicyAdminsSid"></see>
+ - <see cref="F:System.Security.Principal.WellKnownSidType.AccountRasAndIasServersSid"></see></param>
+ </member>
+ <member name="P:System.Security.Principal.SecurityIdentifier.AccountDomainSid">
+ <summary>Returns the account domain security identifier (SID) portion from the SID represented by the <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object if the SID represents a Windows account SID. If the SID does not represent a Windows account SID, this property returns <see cref="T:System.ArgumentNullException"></see>.</summary>
+ <returns>The account domain SID portion from the SID represented by the <see cref="System.Security.Principal.SecurityIdentifier"></see> object if the SID represents a Windows account SID; otherwise, it returns <see cref="System.ArgumentNullException"></see>.</returns>
+ </member>
+ <member name="P:System.Security.Principal.SecurityIdentifier.BinaryLength">
+ <summary>Returns the length, in bytes, of the security identifier (SID) represented by the <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object.</summary>
+ <returns>The length, in bytes, of the SID represented by the <see cref="System.Security.Principal.SecurityIdentifier"></see> object.</returns>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.CompareTo(System.Security.Principal.SecurityIdentifier)">
+ <summary>Compares the current <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object with the specified <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object.</summary>
+ <param name="sid">The object to compare with the current object.</param>
+ <returns>A signed number indicating the relative values of this instance and <paramref name="sid">sid</paramref>.
+ Return Value
+
+ Description
+
+ Less than zero
+
+ This instance is less than <paramref name="sid">sid</paramref>.
+
+ Zero
+
+ This instance is equal to <paramref name="sid">sid</paramref>.
+
+ Greater than zero
+
+ This instance is greater than <paramref name="sid">sid</paramref>.
+
+ </returns>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.Equals(System.Object)">
+ <summary>Returns a value that indicates whether this <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object is equal to a specified object.</summary>
+ <param name="o">An object to compare with this <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object, or null.</param>
+ <returns>true if <paramref name="o">o</paramref> is an object with the same underlying type and value as this <see cref="System.Security.Principal.SecurityIdentifier"></see> object; otherwise, false.</returns>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.Equals(System.Security.Principal.SecurityIdentifier)">
+ <summary>Indicates whether the specified <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object is equal to the current <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object.</summary>
+ <param name="sid">The object to compare with the current object.</param>
+ <returns>true if the value of <paramref name="sid">sid</paramref> is equal to the value of the current <see cref="System.Security.Principal.SecurityIdentifier"></see> object.</returns>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.GetBinaryForm(System.Byte[],System.Int32)">
+ <summary>Copies the binary representation of the specified security identifier (SID) represented by the <see cref="T:System.Security.Principal.SecurityIdentifier"></see> class to a byte array.</summary>
+ <param name="binaryForm">The byte array to receive the copied SID.</param>
+ <param name="offset">The byte offset to use as the starting index in binaryForm.</param>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.GetHashCode">
+ <summary>Serves as a hash function for the current <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object. The <see cref="M:System.Security.Principal.SecurityIdentifier.GetHashCode"></see> method is suitable for hashing algorithms and data structures like a hash table.</summary>
+ <returns>A hash value for the current <see cref="System.Security.Principal.SecurityIdentifier"></see> object.</returns>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.IsAccountSid">
+ <summary>Returns a value that indicates whether the security identifier (SID) represented by this <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object is a valid Windows account SID.</summary>
+ <returns>true if the SID represented by this <see cref="System.Security.Principal.SecurityIdentifier"></see> object is a valid Windows account SID; otherwise, false.</returns>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.IsEqualDomainSid(System.Security.Principal.SecurityIdentifier)">
+ <summary>Returns a value that indicates whether the security identifier (SID) represented by this <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object is from the same domain as the specified SID.</summary>
+ <param name="sid">The SID to compare with this <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object.</param>
+ <returns>true if the SID represented by this <see cref="System.Security.Principal.SecurityIdentifier"></see> object is in the same domain as the <paramref name="sid">sid</paramref> SID; otherwise, false.</returns>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.IsValidTargetType(System.Type)">
+ <summary>Returns a value that indicates whether the specified type is a valid translation type for the <see cref="T:System.Security.Principal.SecurityIdentifier"></see> class.</summary>
+ <param name="targetType">The type being queried for validity to serve as a conversion from <see cref="T:System.Security.Principal.SecurityIdentifier"></see>. The following target types are valid:
+ - <see cref="T:System.Security.Principal.NTAccount"></see>
+ - <see cref="T:System.Security.Principal.SecurityIdentifier"></see></param>
+ <returns>true if <paramref name="targetType">targetType</paramref> is a valid translation type for the <see cref="System.Security.Principal.SecurityIdentifier"></see> class; otherwise, false.</returns>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.IsWellKnown(System.Security.Principal.WellKnownSidType)">
+ <summary>Returns a value that indicates whether the <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object matches the specified well known security identifier (SID) type.</summary>
+ <param name="type">A value to compare with the <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object.</param>
+ <returns>true if <paramref name="type">type</paramref> is the SID type for the <see cref="System.Security.Principal.SecurityIdentifier"></see> object; otherwise, false.</returns>
+ </member>
+ <member name="F:System.Security.Principal.SecurityIdentifier.MaxBinaryLength">
+ <summary>Returns the maximum size, in bytes, of the binary representation of the security identifier.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.SecurityIdentifier.MinBinaryLength">
+ <summary>Returns the minimum size, in bytes, of the binary representation of the security identifier.</summary>
+ <returns></returns>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.op_Equality(System.Security.Principal.SecurityIdentifier,System.Security.Principal.SecurityIdentifier)">
+ <summary>Compares two <see cref="T:System.Security.Principal.SecurityIdentifier"></see> objects to determine whether they are equal. They are considered equal if they have the same canonical representation as the one returned by the <see cref="P:System.Security.Principal.SecurityIdentifier.Value"></see> property or if they are both null.</summary>
+ <param name="left">The left operand to use for the equality comparison. This parameter can be null.</param>
+ <param name="right">The right operand to use for the equality comparison. This parameter can be null.</param>
+ <returns>true if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are equal; otherwise, false.</returns>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.op_Inequality(System.Security.Principal.SecurityIdentifier,System.Security.Principal.SecurityIdentifier)">
+ <summary>Compares two <see cref="T:System.Security.Principal.SecurityIdentifier"></see> objects to determine whether they are not equal. They are considered not equal if they have different canonical name representations than the one returned by the <see cref="P:System.Security.Principal.SecurityIdentifier.Value"></see> property or if one of the objects is null and the other is not.</summary>
+ <param name="left">The left operand to use for the inequality comparison. This parameter can be null.</param>
+ <param name="right">The right operand to use for the inequality comparison. This parameter can be null.</param>
+ <returns>true if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are not equal; otherwise, false.</returns>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.ToString">
+ <summary>Returns the security identifier (SID), in Security Descriptor Definition Language (SDDL) format, for the account represented by the <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object. An example of the SDDL format is S-1-5-9.</summary>
+ <returns>The SID, in SDDL format, for the account represented by the <see cref="System.Security.Principal.SecurityIdentifier"></see> object.</returns>
+ </member>
+ <member name="M:System.Security.Principal.SecurityIdentifier.Translate(System.Type)">
+ <summary>Translates the account name represented by the <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object into another <see cref="T:System.Security.Principal.IdentityReference"></see>-derived type.</summary>
+ <param name="targetType">The target type for the conversion from <see cref="T:System.Security.Principal.SecurityIdentifier"></see>. The target type must be a type that is considered valid by the <see cref="M:System.Security.Principal.SecurityIdentifier.IsValidTargetType(System.Type)"></see> method.</param>
+ <returns>The converted identity.</returns>
+ <exception cref="T:System.ArgumentNullException"><paramref name="targetType">targetType</paramref> is null.</exception>
+ <exception cref="T:System.ArgumentException"><paramref name="targetType">targetType</paramref> is not an <see cref="System.Security.Principal.IdentityReference"></see> type.</exception>
+ <exception cref="T:System.Security.Principal.IdentityNotMappedException">Some or all identity references could not be translated.</exception>
+ <exception cref="T:System.SystemException">A Win32 error code was returned.</exception>
+ </member>
+ <member name="P:System.Security.Principal.SecurityIdentifier.Value">
+ <summary>Returns an uppercase Security Descriptor Definition Language (SDDL) string for the security identifier (SID) represented by this <see cref="T:System.Security.Principal.SecurityIdentifier"></see> object.</summary>
+ <returns>An uppercase SDDL string for the SID represented by the <see cref="System.Security.Principal.SecurityIdentifier"></see> object.</returns>
+ </member>
+ <member name="T:System.Security.Principal.TokenAccessLevels">
+ <summary>Defines the privileges of the user account associated with the access token.</summary>
+ </member>
+ <member name="F:System.Security.Principal.TokenAccessLevels.AdjustDefault">
+ <summary>The user can change the default owner, primary group, or discretionary access control list (DACL) of the token.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.TokenAccessLevels.AdjustGroups">
+ <summary>The user can change the attributes of the groups in the token.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.TokenAccessLevels.AdjustPrivileges">
+ <summary>The user can enable or disable privileges in the token.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.TokenAccessLevels.AdjustSessionId">
+ <summary>The user can adjust the session identifier of the token.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.TokenAccessLevels.AllAccess">
+ <summary>The user has all possible access to the token.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.TokenAccessLevels.AssignPrimary">
+ <summary>The user can attach a primary token to a process.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.TokenAccessLevels.Duplicate">
+ <summary>The user can duplicate the token.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.TokenAccessLevels.Impersonate">
+ <summary>The user can impersonate a client.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.TokenAccessLevels.MaximumAllowed">
+ <summary>The maximum value that can be assigned for the <see cref="T:System.Security.Principal.TokenAccessLevels"></see> enumeration.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.TokenAccessLevels.Query">
+ <summary>The user can query the token.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.TokenAccessLevels.QuerySource">
+ <summary>The user can query the source of the token.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.TokenAccessLevels.Read">
+ <summary>The user has standard read rights and the <see cref="F:System.Security.Principal.TokenAccessLevels.Query"></see> privilege for the token.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.TokenAccessLevels.Write">
+ <summary>The user has standard write rights and the <see cref="F:System.Security.Principal.TokenAccessLevels.AdjustPrivileges"></see>, <see cref="F:System.Security.Principal.TokenAccessLevels.AdjustGroups"></see> and <see cref="F:System.Security.Principal.TokenAccessLevels.AdjustDefault"></see> privileges for the token.</summary>
+ <returns></returns>
+ </member>
+ <member name="T:System.Security.Principal.WellKnownSidType">
+ <summary>Defines a set of commonly used security identifiers (SIDs).</summary>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.AccountAdministratorSid">
+ <summary>Indicates a SID that matches the account administrators group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.AccountCertAdminsSid">
+ <summary>Indicates a SID that matches the certificate administrators group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.AccountComputersSid">
+ <summary>Indicates a SID that matches the account computer group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.AccountControllersSid">
+ <summary>Indicates a SID that matches the account controller group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.AccountDomainAdminsSid">
+ <summary>Indicates a SID that matches the account domain administrator group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.AccountDomainGuestsSid">
+ <summary>Indicates a SID that matches the account domain guests group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.AccountDomainUsersSid">
+ <summary>Indicates a SID that matches the account domain users group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.AccountEnterpriseAdminsSid">
+ <summary>Indicates a SID that matches the enterprise administrators group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.AccountGuestSid">
+ <summary>Indicates a SID that matches the account guest group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.AccountKrbtgtSid">
+ <summary>Indicates a SID that matches the account Kerberos target group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.AccountPolicyAdminsSid">
+ <summary>Indicates a SID that matches the policy administrators group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.AccountRasAndIasServersSid">
+ <summary>Indicates a SID that matches the RAS and IAS server account.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.AccountSchemaAdminsSid">
+ <summary>Indicates a SID that matches the schema administrators group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.AnonymousSid">
+ <summary>Indicates a SID for the anonymous account.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.AuthenticatedUserSid">
+ <summary>Indicates a SID for an authenticated user.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BatchSid">
+ <summary>Indicates a SID for a batch process. This SID is added to the process of a token when it logs on as a batch job.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinAccountOperatorsSid">
+ <summary>Indicates a SID that matches the account operators account.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinAdministratorsSid">
+ <summary>Indicates a SID that matches the administrator account.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinAuthorizationAccessSid">
+ <summary>Indicates a SID that matches the Windows Authorization Access group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinBackupOperatorsSid">
+ <summary>Indicates a SID that matches the backup operators group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinDomainSid">
+ <summary>Indicates a SID that matches the domain account.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinGuestsSid">
+ <summary>Indicates a SID that matches the guest account.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinIncomingForestTrustBuildersSid">
+ <summary>Indicates a SID that allows a user to create incoming forest trusts. It is added to the token of users who are a member of the Incoming Forest Trust Builders built-in group in the root domain of the forest.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinNetworkConfigurationOperatorsSid">
+ <summary>Indicates a SID that matches the network operators group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinPerformanceLoggingUsersSid">
+ <summary>Indicates a SID that matches the group of users that have remote access to monitor the computer.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinPerformanceMonitoringUsersSid">
+ <summary>Indicates a SID that matches the group of users that have remote access to schedule logging of performance counters on this computer.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinPowerUsersSid">
+ <summary>Indicates a SID that matches the power users group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinPreWindows2000CompatibleAccessSid">
+ <summary>Indicates a SID that matches pre-Windows 2000 compatible accounts.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinPrintOperatorsSid">
+ <summary>Indicates a SID that matches the print operators group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinRemoteDesktopUsersSid">
+ <summary>Indicates a SID that matches remote desktop users.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinReplicatorSid">
+ <summary>Indicates a SID that matches the replicator account.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinSystemOperatorsSid">
+ <summary>Indicates a SID that matches the system operators group.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.BuiltinUsersSid">
+ <summary>Indicates a SID that matches built-in user accounts.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.CreatorGroupServerSid">
+ <summary>Indicates a creator group server SID.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.CreatorGroupSid">
+ <summary>Indicates a SID that matches the creator group of an object.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.CreatorOwnerServerSid">
+ <summary>Indicates a creator owner server SID.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.CreatorOwnerSid">
+ <summary>Indicates a SID that matches the owner or creator of an object.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.DialupSid">
+ <summary>Indicates a SID for a dial-up account.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.DigestAuthenticationSid">
+ <summary>Indicates a SID present when the Microsoft Digest authentication package authenticated the client.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.EnterpriseControllersSid">
+ <summary>Indicates a SID for an enterprise controller.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.InteractiveSid">
+ <summary>Indicates a SID for an interactive account. This SID is added to the process of a token when it logs on interactively.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.LocalServiceSid">
+ <summary>Indicates a SID that matches a local service.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.LocalSid">
+ <summary>Indicates a local SID.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.LocalSystemSid">
+ <summary>Indicates a SID that matches the local system.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.LogonIdsSid">
+ <summary>Indicates a SID that matches logon IDs.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.MaxDefined">
+ <summary>Indicates the maximum defined SID in the <see cref="T:System.Security.Principal.WellKnownSidType"></see> enumeration.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.NetworkServiceSid">
+ <summary>Indicates a SID that matches a network service.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.NetworkSid">
+ <summary>Indicates a SID for a network account. This SID is added to the process of a token when it logs on across a network.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.NTAuthoritySid">
+ <summary>Indicates a SID for the Windows NT authority.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.NtlmAuthenticationSid">
+ <summary>Indicates a SID present when the Microsoft NTLM authentication package authenticated the client.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.NullSid">
+ <summary>Indicates a null SID.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.OtherOrganizationSid">
+ <summary>Indicates a SID present when the user authenticated across a forest with the selective authentication option enabled. If this SID is present, then <see cref="F:System.Security.Principal.WellKnownSidType.ThisOrganizationSid"></see> cannot be present.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.ProxySid">
+ <summary>Indicates a proxy SID.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.RemoteLogonIdSid">
+ <summary>Indicates a SID that matches remote logons.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.RestrictedCodeSid">
+ <summary>Indicates a SID for restricted code.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.SChannelAuthenticationSid">
+ <summary>Indicates a SID present when the Secure Channel (SSL/TLS) authentication package authenticated the client.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.SelfSid">
+ <summary>Indicates a SID for self.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.ServiceSid">
+ <summary>Indicates a SID for a service. This SID is added to the process of a token when it logs on as a service.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.TerminalServerSid">
+ <summary>Indicates a SID that matches a terminal server account.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.ThisOrganizationSid">
+ <summary>Indicates a SID present when the user authenticated from within the forest or across a trust that does not have the selective authentication option enabled. If this SID is present, then <see cref="F:System.Security.Principal.WellKnownSidType.OtherOrganizationSid"></see> cannot be present.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinAccountReadonlyControllersSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinApplicationPackageAuthoritySid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinBuiltinAnyPackageSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinBuiltinCertSvcDComAccessGroup">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinBuiltinCryptoOperatorsSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinBuiltinDCOMUsersSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinBuiltinEventLogReadersGroup">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinBuiltinIUsersSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinBuiltinTerminalServerLicenseServersSid">
+ <summary>Indicates a SID is present in a server that can issue Terminal Server licenses.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinCacheablePrincipalsGroupSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinCapabilityDocumentsLibrarySid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinCapabilityEnterpriseAuthenticationSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinCapabilityInternetClientServerSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinCapabilityInternetClientSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinCapabilityMusicLibrarySid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinCapabilityPicturesLibrarySid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinCapabilityPrivateNetworkClientServerSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinCapabilityRemovableStorageSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinCapabilitySharedUserCertificatesSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinCapabilityVideosLibrarySid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinConsoleLogonSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinCreatorOwnerRightsSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinEnterpriseReadonlyControllersSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinHighLabelSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinIUserSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinLocalLogonSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinLowLabelSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinMediumLabelSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinMediumPlusLabelSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinNewEnterpriseReadonlyControllersSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinNonCacheablePrincipalsGroupSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinSystemLabelSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinThisOrganizationCertificateSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinUntrustedLabelSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WinWriteRestrictedCodeSid">
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WellKnownSidType.WorldSid">
+ <summary>Indicates a SID that matches everyone.</summary>
+ <returns></returns>
+ </member>
+ <member name="T:System.Security.Principal.WindowsBuiltInRole">
+ <summary>Specifies common roles to be used with <see cref="M:System.Security.Principal.WindowsPrincipal.IsInRole(System.String)"></see>.</summary>
+ </member>
+ <member name="F:System.Security.Principal.WindowsBuiltInRole.AccountOperator">
+ <summary>Account operators manage the user accounts on a computer or domain.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WindowsBuiltInRole.Administrator">
+ <summary>Administrators have complete and unrestricted access to the computer or domain.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WindowsBuiltInRole.BackupOperator">
+ <summary>Backup operators can override security restrictions for the sole purpose of backing up or restoring files.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WindowsBuiltInRole.Guest">
+ <summary>Guests are more restricted than users.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WindowsBuiltInRole.PowerUser">
+ <summary>Power users possess most administrative permissions with some restrictions. Thus, power users can run legacy applications, in addition to certified applications.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WindowsBuiltInRole.PrintOperator">
+ <summary>Print operators can take control of a printer.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WindowsBuiltInRole.Replicator">
+ <summary>Replicators support file replication in a domain.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WindowsBuiltInRole.SystemOperator">
+ <summary>System operators manage a particular computer.</summary>
+ <returns></returns>
+ </member>
+ <member name="F:System.Security.Principal.WindowsBuiltInRole.User">
+ <summary>Users are prevented from making accidental or intentional system-wide changes. Thus, users can run certified applications, but not most legacy applications.</summary>
+ <returns></returns>
+ </member>
+ <member name="T:System.Security.Principal.WindowsIdentity">
+ <summary>Represents a Windows user.</summary>
+ </member>
+ <member name="M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr)">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.WindowsIdentity"></see> class for the user represented by the specified Windows account token.</summary>
+ <param name="userToken">The account token for the user on whose behalf the code is running.</param>
+ <exception cref="T:System.ArgumentException"><paramref name="userToken">userToken</paramref> is 0.
+ -or-
+ <paramref name="userToken">userToken</paramref> is duplicated and invalid for impersonation.</exception>
+ <exception cref="T:System.Security.SecurityException">The caller does not have the correct permissions.
+ -or-
+ A Win32 error occurred.</exception>
+ </member>
+ <member name="M:System.Security.Principal.WindowsIdentity.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.WindowsIdentity"></see> class for the user represented by the specified User Principal Name (UPN).</summary>
+ <param name="sUserPrincipalName">The UPN for the user on whose behalf the code is running.</param>
+ <exception cref="T:System.UnauthorizedAccessException">Windows returned the Windows NT status code STATUS_ACCESS_DENIED.</exception>
+ <exception cref="T:System.OutOfMemoryException">There is insufficient memory available.</exception>
+ <exception cref="T:System.Security.SecurityException">The caller does not have the correct permissions.
+ -or-
+ The computer is not attached to a Windows 2003 or later domain.
+ -or-
+ The computer is not running Windows 2003 or later.
+ -or-
+ The user is not a member of the domain the computer is attached to.</exception>
+ </member>
+ <member name="M:System.Security.Principal.WindowsIdentity.#ctor(System.IntPtr,System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.WindowsIdentity"></see> class for the user represented by the specified Windows account token and the specified authentication type.</summary>
+ <param name="userToken">The account token for the user on whose behalf the code is running.</param>
+ <param name="type">(Informational use only.) The type of authentication used to identify the user.</param>
+ <exception cref="T:System.ArgumentException"><paramref name="userToken">userToken</paramref> is 0.
+ -or-
+ <paramref name="userToken">userToken</paramref> is duplicated and invalid for impersonation.</exception>
+ <exception cref="T:System.Security.SecurityException">The caller does not have the correct permissions.
+ -or-
+ A Win32 error occurred.</exception>
+ </member>
+ <member name="M:System.Security.Principal.WindowsIdentity.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.WindowsIdentity"></see> class for the user represented by information in a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> stream.</summary>
+ <param name="info">The object containing the account information for the user.</param>
+ <param name="context">An object that indicates the stream characteristics.</param>
+ <exception cref="T:System.NotSupportedException">A <see cref="System.Security.Principal.WindowsIdentity"></see> cannot be serialized across processes.</exception>
+ <exception cref="T:System.Security.SecurityException">The caller does not have the correct permissions.
+ -or-
+ A Win32 error occurred.</exception>
+ </member>
+ <member name="P:System.Security.Principal.WindowsIdentity.AccessToken">
+ <summary>Gets this <see cref="T:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle"></see> for this <see cref="T:System.Security.Principal.WindowsIdentity"></see> instance.</summary>
+ <returns>Returns a <see cref="Microsoft.Win32.SafeHandles.SafeAccessTokenHandle"></see>.</returns>
+ </member>
+ <member name="P:System.Security.Principal.WindowsIdentity.AuthenticationType">
+ <summary>Gets the type of authentication used to identify the user.</summary>
+ <returns>The type of authentication used to identify the user.</returns>
+ <exception cref="T:System.UnauthorizedAccessException">Windows returned the Windows NT status code STATUS_ACCESS_DENIED.</exception>
+ <exception cref="T:System.OutOfMemoryException">There is insufficient memory available.</exception>
+ <exception cref="T:System.Security.SecurityException">The caller does not have the correct permissions.
+ -or-
+ The computer is not attached to a Windows 2003 or later domain.
+ -or-
+ The computer is not running Windows 2003 or later.
+ -or-
+ The user is not a member of the domain the computer is attached to.</exception>
+ </member>
+ <member name="P:System.Security.Principal.WindowsIdentity.Claims">
+ <summary>Gets all claims for the user represented by this Windows identity.</summary>
+ <returns>A collection of claims for this <see cref="System.Security.Principal.WindowsIdentity"></see> object.</returns>
+ </member>
+ <member name="M:System.Security.Principal.WindowsIdentity.Clone">
+ <summary>Creates a new object that is a copy of the current instance.</summary>
+ <returns>A copy of the current instance.</returns>
+ </member>
+ <member name="F:System.Security.Principal.WindowsIdentity.DefaultIssuer">
+ <summary>Identifies the name of the default <see cref="T:System.Security.Claims.ClaimsIdentity"></see> issuer.</summary>
+ <returns></returns>
+ </member>
+ <member name="M:System.Security.Principal.WindowsIdentity.Dispose">
+ <summary>Releases all resources used by the <see cref="T:System.Security.Principal.WindowsIdentity"></see>.</summary>
+ </member>
+ <member name="M:System.Security.Principal.WindowsIdentity.Dispose(System.Boolean)">
+ <summary>Releases the unmanaged resources used by the <see cref="T:System.Security.Principal.WindowsIdentity"></see> and optionally releases the managed resources.</summary>
+ <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
+ </member>
+ <member name="M:System.Security.Principal.WindowsIdentity.GetAnonymous">
+ <summary>Returns a <see cref="T:System.Security.Principal.WindowsIdentity"></see> object that you can use as a sentinel value in your code to represent an anonymous user. The property value does not represent the built-in anonymous identity used by the Windows operating system.</summary>
+ <returns>An object that represents an anonymous user.</returns>
+ </member>
+ <member name="M:System.Security.Principal.WindowsIdentity.GetCurrent(System.Security.Principal.TokenAccessLevels)">
+ <summary>Returns a <see cref="T:System.Security.Principal.WindowsIdentity"></see> object that represents the current Windows user, using the specified desired token access level.</summary>
+ <param name="desiredAccess">A bitwise combination of the enumeration values.</param>
+ <returns>An object that represents the current user.</returns>
+ </member>
+ <member name="M:System.Security.Principal.WindowsIdentity.GetCurrent(System.Boolean)">
+ <summary>Returns a <see cref="T:System.Security.Principal.WindowsIdentity"></see> object that represents the Windows identity for either the thread or the process, depending on the value of the <paramref name="ifImpersonating">ifImpersonating</paramref> parameter.</summary>
+ <param name="ifImpersonating">true to return the <see cref="T:System.Security.Principal.WindowsIdentity"></see> only if the thread is currently impersonating; false to return the <see cref="T:System.Security.Principal.WindowsIdentity"></see> of the thread if it is impersonating or the <see cref="T:System.Security.Principal.WindowsIdentity"></see> of the process if the thread is not currently impersonating.</param>
+ <returns>An object that represents a Windows user.</returns>
+ </member>
+ <member name="M:System.Security.Principal.WindowsIdentity.GetCurrent">
+ <summary>Returns a <see cref="T:System.Security.Principal.WindowsIdentity"></see> object that represents the current Windows user.</summary>
+ <returns>An object that represents the current user.</returns>
+ <exception cref="T:System.Security.SecurityException">The caller does not have the correct permissions.</exception>
+ </member>
+ <member name="P:System.Security.Principal.WindowsIdentity.Groups">
+ <summary>Gets the groups the current Windows user belongs to.</summary>
+ <returns>An object representing the groups the current Windows user belongs to.</returns>
+ </member>
+ <member name="P:System.Security.Principal.WindowsIdentity.ImpersonationLevel">
+ <summary>Gets the impersonation level for the user.</summary>
+ <returns>One of the enumeration values that specifies the impersonation level.</returns>
+ </member>
+ <member name="P:System.Security.Principal.WindowsIdentity.IsAnonymous">
+ <summary>Gets a value that indicates whether the user account is identified as an anonymous account by the system.</summary>
+ <returns>true if the user account is an anonymous account; otherwise, false.</returns>
+ </member>
+ <member name="P:System.Security.Principal.WindowsIdentity.IsAuthenticated">
+ <summary>Gets a value indicating whether the user has been authenticated by Windows.</summary>
+ <returns>true if the user was authenticated; otherwise, false.</returns>
+ </member>
+ <member name="P:System.Security.Principal.WindowsIdentity.IsGuest">
+ <summary>Gets a value indicating whether the user account is identified as a <see cref="F:System.Security.Principal.WindowsAccountType.Guest"></see> account by the system.</summary>
+ <returns>true if the user account is a <see cref="System.Security.Principal.WindowsAccountType.Guest"></see> account; otherwise, false.</returns>
+ </member>
+ <member name="P:System.Security.Principal.WindowsIdentity.IsSystem">
+ <summary>Gets a value indicating whether the user account is identified as a <see cref="F:System.Security.Principal.WindowsAccountType.System"></see> account by the system.</summary>
+ <returns>true if the user account is a <see cref="System.Security.Principal.WindowsAccountType.System"></see> account; otherwise, false.</returns>
+ </member>
+ <member name="P:System.Security.Principal.WindowsIdentity.Name">
+ <summary>Gets the user&amp;#39;s Windows logon name.</summary>
+ <returns>The Windows logon name of the user on whose behalf the code is being run.</returns>
+ </member>
+ <member name="P:System.Security.Principal.WindowsIdentity.Owner">
+ <summary>Gets the security identifier (SID) for the token owner.</summary>
+ <returns>An object for the token owner.</returns>
+ </member>
+ <member name="M:System.Security.Principal.WindowsIdentity.RunImpersonated(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle,System.Action)">
+ <summary>Runs the specified action as the impersonated Windows identity. Instead of using an impersonated method call and running your function in <see cref="T:System.Security.Principal.WindowsImpersonationContext"></see>, you can use <see cref="M:System.Security.Principal.WindowsIdentity.RunImpersonated(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle,System.Action)"></see> and provide your function directly as a parameter.</summary>
+ <param name="safeAccessTokenHandle">The SafeAccessTokenHandle of the impersonated Windows identity.</param>
+ <param name="action">The System.Action to run.</param>
+ </member>
+ <member name="M:System.Security.Principal.WindowsIdentity.RunImpersonated``1(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle,System.Func{``0})">
+ <summary>Runs the specified function as the impersonated Windows identity. Instead of using an impersonated method call and running your function in <see cref="T:System.Security.Principal.WindowsImpersonationContext"></see>, you can use <see cref="M:System.Security.Principal.WindowsIdentity.RunImpersonated(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle,System.Action)"></see> and provide your function directly as a parameter.</summary>
+ <param name="safeAccessTokenHandle">The SafeAccessTokenHandle of the impersonated Windows identity.</param>
+ <param name="func">The System.Func to run.</param>
+ <typeparam name="T">The type of object used by and returned by the function.</typeparam>
+ <returns>Returns the result of the function.</returns>
+ </member>
+ <member name="P:System.Security.Principal.WindowsIdentity.Token">
+ <summary>Gets the Windows account token for the user.</summary>
+ <returns>The handle of the access token associated with the current execution thread.</returns>
+ </member>
+ <member name="P:System.Security.Principal.WindowsIdentity.User">
+ <summary>Gets the security identifier (SID) for the user.</summary>
+ <returns>An object for the user.</returns>
+ </member>
+ <member name="M:System.Security.Principal.WindowsIdentity.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)">
+ <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable"></see> interface and is called back by the deserialization event when deserialization is complete.</summary>
+ <param name="sender">The source of the deserialization event.</param>
+ </member>
+ <member name="M:System.Security.Principal.WindowsIdentity.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+ <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the logical context information needed to recreate an instance of this execution context.</summary>
+ <param name="info">An object containing the information required to serialize the <see cref="T:System.Collections.Hashtable"></see>.</param>
+ <param name="context">An object containing the source and destination of the serialized stream associated with the <see cref="T:System.Collections.Hashtable"></see>.</param>
+ </member>
+ <member name="T:System.Security.Principal.WindowsPrincipal">
+ <summary>Enables code to check the Windows group membership of a Windows user.</summary>
+ </member>
+ <member name="M:System.Security.Principal.WindowsPrincipal.#ctor(System.Security.Principal.WindowsIdentity)">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Principal.WindowsPrincipal"></see> class by using the specified <see cref="T:System.Security.Principal.WindowsIdentity"></see> object.</summary>
+ <param name="ntIdentity">The object from which to construct the new instance of <see cref="T:System.Security.Principal.WindowsPrincipal"></see>.</param>
+ <exception cref="T:System.ArgumentNullException"><paramref name="ntIdentity">ntIdentity</paramref> is null.</exception>
+ </member>
+ <member name="P:System.Security.Principal.WindowsPrincipal.Identity">
+ <summary>Gets the identity of the current principal.</summary>
+ <returns>The <see cref="System.Security.Principal.WindowsIdentity"></see> object of the current principal.</returns>
+ </member>
+ <member name="M:System.Security.Principal.WindowsPrincipal.IsInRole(System.Int32)">
+ <summary>Determines whether the current principal belongs to the Windows user group with the specified relative identifier (RID).</summary>
+ <param name="rid">The RID of the Windows user group in which to check for the principal’s membership status.</param>
+ <returns>true if the current principal is a member of the specified Windows user group, that is, in a particular role; otherwise, false.</returns>
+ </member>
+ <member name="M:System.Security.Principal.WindowsPrincipal.IsInRole(System.Security.Principal.SecurityIdentifier)">
+ <summary>Determines whether the current principal belongs to the Windows user group with the specified security identifier (SID).</summary>
+ <param name="sid">A <see cref="T:System.Security.Principal.SecurityIdentifier"></see> that uniquely identifies a Windows user group.</param>
+ <returns>true if the current principal is a member of the specified Windows user group; otherwise, false.</returns>
+ <exception cref="T:System.ArgumentNullException"><paramref name="sid">sid</paramref> is null.</exception>
+ <exception cref="T:System.Security.SecurityException">Windows returned a Win32 error.</exception>
+ </member>
+ <member name="M:System.Security.Principal.WindowsPrincipal.IsInRole(System.Security.Principal.WindowsBuiltInRole)">
+ <summary>Determines whether the current principal belongs to the Windows user group with the specified <see cref="T:System.Security.Principal.WindowsBuiltInRole"></see>.</summary>
+ <param name="role">One of the <see cref="T:System.Security.Principal.WindowsBuiltInRole"></see> values.</param>
+ <returns>true if the current principal is a member of the specified Windows user group; otherwise, false.</returns>
+ <exception cref="T:System.ArgumentException"><paramref name="role">role</paramref> is not a valid <see cref="System.Security.Principal.WindowsBuiltInRole"></see> value.</exception>
+ </member>
+ <member name="M:System.Security.Principal.WindowsPrincipal.IsInRole(System.String)">
+ <summary>Determines whether the current principal belongs to the Windows user group with the specified name.</summary>
+ <param name="role">The name of the Windows user group for which to check membership.</param>
+ <returns>true if the current principal is a member of the specified Windows user group; otherwise, false.</returns>
+ </member>
+ <member name="T:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle">
+ <summary>Provides a safe handle to a Windows thread or process access token. For more information see Access Tokens</summary>
+ </member>
+ <member name="M:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle.#ctor(System.IntPtr)">
+ <summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle"></see> class.</summary>
+ <param name="handle">An <see cref="T:System.IntPtr"></see> object that represents the pre-existing handle to use. Using <see cref="F:System.IntPtr.Zero"></see> returns an invalid handle.</param>
+ </member>
+ <member name="P:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle.InvalidHandle">
+ <summary>Returns an invalid handle by instantiating a <see cref="T:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle"></see> object with <see cref="F:System.IntPtr.Zero"></see>.</summary>
+ <returns>Returns a <see cref="Microsoft.Win32.SafeHandles.SafeAccessTokenHandle"></see> object.</returns>
+ </member>
+ <member name="P:Microsoft.Win32.SafeHandles.SafeAccessTokenHandle.IsInvalid">
+ <summary>Gets a value that indicates whether the handle is invalid.</summary>
+ <returns>true if the handle is not valid; otherwise, false.</returns>
+ </member>
+ </members>
+</doc> \ No newline at end of file