Skip to content

Commit dc9d199

Browse files
committed
System.DirectoryServices
1 parent ee6a33a commit dc9d199

File tree

119 files changed

+479
-483
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+479
-483
lines changed

xml/System.DirectoryServices.AccountManagement/MultipleMatchesException.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Type Name="MultipleMatchesException" FullName="System.DirectoryServices.AccountManagement.MultipleMatchesException">
22
<TypeSignature Language="C#" Value="public class MultipleMatchesException : System.DirectoryServices.AccountManagement.PrincipalException" />
3-
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit MultipleMatchesException extends System.DirectoryServices.AccountManagement.PrincipalException" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netstandard-2.0" />
3+
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit MultipleMatchesException extends System.DirectoryServices.AccountManagement.PrincipalException" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0" />
44
<TypeSignature Language="DocId" Value="T:System.DirectoryServices.AccountManagement.MultipleMatchesException" />
55
<TypeSignature Language="VB.NET" Value="Public Class MultipleMatchesException&#xA;Inherits PrincipalException" />
66
<TypeSignature Language="F#" Value="type MultipleMatchesException = class&#xA; inherit PrincipalException" />
@@ -124,11 +124,11 @@
124124
<AssemblyVersion>9.0.0.0</AssemblyVersion>
125125
</AssemblyInfo>
126126
<Attributes>
127-
<Attribute FrameworkAlternate="net-8.0;net-9.0">
127+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0;dotnet-plat-ext-9.0">
128128
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
129129
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName>
130130
</Attribute>
131-
<Attribute FrameworkAlternate="net-8.0;net-9.0">
131+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0;dotnet-plat-ext-9.0">
132132
<AttributeName Language="C#">[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]</AttributeName>
133133
<AttributeName Language="F#">[&lt;System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")&gt;]</AttributeName>
134134
</Attribute>

xml/System.DirectoryServices.AccountManagement/NoMatchingPrincipalException.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Type Name="NoMatchingPrincipalException" FullName="System.DirectoryServices.AccountManagement.NoMatchingPrincipalException">
22
<TypeSignature Language="C#" Value="public class NoMatchingPrincipalException : System.DirectoryServices.AccountManagement.PrincipalException" />
3-
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit NoMatchingPrincipalException extends System.DirectoryServices.AccountManagement.PrincipalException" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netstandard-2.0" />
3+
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit NoMatchingPrincipalException extends System.DirectoryServices.AccountManagement.PrincipalException" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0" />
44
<TypeSignature Language="DocId" Value="T:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException" />
55
<TypeSignature Language="VB.NET" Value="Public Class NoMatchingPrincipalException&#xA;Inherits PrincipalException" />
66
<TypeSignature Language="F#" Value="type NoMatchingPrincipalException = class&#xA; inherit PrincipalException" />
@@ -124,11 +124,11 @@
124124
<AssemblyVersion>9.0.0.0</AssemblyVersion>
125125
</AssemblyInfo>
126126
<Attributes>
127-
<Attribute FrameworkAlternate="net-8.0;net-9.0">
127+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0;dotnet-plat-ext-9.0">
128128
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
129129
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName>
130130
</Attribute>
131-
<Attribute FrameworkAlternate="net-8.0;net-9.0">
131+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0;dotnet-plat-ext-9.0">
132132
<AttributeName Language="C#">[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]</AttributeName>
133133
<AttributeName Language="F#">[&lt;System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")&gt;]</AttributeName>
134134
</Attribute>

xml/System.DirectoryServices.AccountManagement/PasswordException.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Type Name="PasswordException" FullName="System.DirectoryServices.AccountManagement.PasswordException">
22
<TypeSignature Language="C#" Value="public class PasswordException : System.DirectoryServices.AccountManagement.PrincipalException" />
3-
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PasswordException extends System.DirectoryServices.AccountManagement.PrincipalException" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netstandard-2.0" />
3+
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PasswordException extends System.DirectoryServices.AccountManagement.PrincipalException" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0" />
44
<TypeSignature Language="DocId" Value="T:System.DirectoryServices.AccountManagement.PasswordException" />
55
<TypeSignature Language="VB.NET" Value="Public Class PasswordException&#xA;Inherits PrincipalException" />
66
<TypeSignature Language="F#" Value="type PasswordException = class&#xA; inherit PrincipalException" />
@@ -124,11 +124,11 @@
124124
<AssemblyVersion>9.0.0.0</AssemblyVersion>
125125
</AssemblyInfo>
126126
<Attributes>
127-
<Attribute FrameworkAlternate="net-8.0;net-9.0">
127+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0;dotnet-plat-ext-9.0">
128128
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
129129
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName>
130130
</Attribute>
131-
<Attribute FrameworkAlternate="net-8.0;net-9.0">
131+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0;dotnet-plat-ext-9.0">
132132
<AttributeName Language="C#">[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]</AttributeName>
133133
<AttributeName Language="F#">[&lt;System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")&gt;]</AttributeName>
134134
</Attribute>

xml/System.DirectoryServices.AccountManagement/Principal.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<AssemblyVersion>9.0.0.0</AssemblyVersion>
5555
</AssemblyInfo>
5656
<Attributes>
57-
<Attribute>
57+
<Attribute FrameworkAlternate="dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1">
5858
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]</AttributeName>
5959
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)&gt;]</AttributeName>
6060
</Attribute>
@@ -88,7 +88,7 @@
8888
<AssemblyVersion>9.0.0.0</AssemblyVersion>
8989
</AssemblyInfo>
9090
<Attributes>
91-
<Attribute>
91+
<Attribute FrameworkAlternate="dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1">
9292
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]</AttributeName>
9393
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)&gt;]</AttributeName>
9494
</Attribute>
@@ -627,7 +627,7 @@
627627
<AssemblyVersion>9.0.0.0</AssemblyVersion>
628628
</AssemblyInfo>
629629
<Attributes>
630-
<Attribute>
630+
<Attribute FrameworkAlternate="dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1">
631631
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]</AttributeName>
632632
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)&gt;]</AttributeName>
633633
</Attribute>
@@ -669,7 +669,7 @@
669669
<AssemblyVersion>9.0.0.0</AssemblyVersion>
670670
</AssemblyInfo>
671671
<Attributes>
672-
<Attribute>
672+
<Attribute FrameworkAlternate="dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1">
673673
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]</AttributeName>
674674
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)&gt;]</AttributeName>
675675
</Attribute>

xml/System.DirectoryServices.AccountManagement/PrincipalCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PrincipalCollection extends System.Object implements class System.Collections.Generic.ICollection`1&lt;class System.DirectoryServices.AccountManagement.Principal&gt;, class System.Collections.Generic.IEnumerable`1&lt;class System.DirectoryServices.AccountManagement.Principal&gt;, class System.Collections.ICollection, class System.Collections.IEnumerable" />
44
<TypeSignature Language="DocId" Value="T:System.DirectoryServices.AccountManagement.PrincipalCollection" />
55
<TypeSignature Language="VB.NET" Value="Public Class PrincipalCollection&#xA;Implements ICollection, ICollection(Of Principal), IEnumerable(Of Principal)" />
6-
<TypeSignature Language="F#" Value="type PrincipalCollection = class&#xA; interface ICollection&lt;Principal&gt;&#xA; interface seq&lt;Principal&gt;&#xA; interface IEnumerable&#xA; interface ICollection" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;netstandard-2.0" />
6+
<TypeSignature Language="F#" Value="type PrincipalCollection = class&#xA; interface ICollection&lt;Principal&gt;&#xA; interface seq&lt;Principal&gt;&#xA; interface IEnumerable&#xA; interface ICollection" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
77
<TypeSignature Language="C++ CLI" Value="public ref class PrincipalCollection : System::Collections::Generic::ICollection&lt;System::DirectoryServices::AccountManagement::Principal ^&gt;, System::Collections::Generic::IEnumerable&lt;System::DirectoryServices::AccountManagement::Principal ^&gt;, System::Collections::ICollection" />
88
<TypeSignature Language="F#" Value="type PrincipalCollection = class&#xA; interface ICollection&lt;Principal&gt;&#xA; interface ICollection&#xA; interface seq&lt;Principal&gt;&#xA; interface IEnumerable" FrameworkAlternate="netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2" />
99
<AssemblyInfo>

xml/System.DirectoryServices.AccountManagement/PrincipalException.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Type Name="PrincipalException" FullName="System.DirectoryServices.AccountManagement.PrincipalException">
22
<TypeSignature Language="C#" Value="public abstract class PrincipalException : SystemException" />
3-
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit PrincipalException extends System.SystemException" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netstandard-2.0" />
3+
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit PrincipalException extends System.SystemException" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0" />
44
<TypeSignature Language="DocId" Value="T:System.DirectoryServices.AccountManagement.PrincipalException" />
55
<TypeSignature Language="VB.NET" Value="Public MustInherit Class PrincipalException&#xA;Inherits SystemException" />
66
<TypeSignature Language="F#" Value="type PrincipalException = class&#xA; inherit SystemException" />
@@ -30,12 +30,12 @@
3030
</Docs>
3131
<Members>
3232
<Member MemberName=".ctor">
33-
<MemberSignature Language="C#" Value="protected PrincipalException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netstandard-2.0" />
34-
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor(class System.Runtime.Serialization.SerializationInfo info, valuetype System.Runtime.Serialization.StreamingContext context) cil managed" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netstandard-2.0" />
35-
<MemberSignature Language="DocId" Value="M:System.DirectoryServices.AccountManagement.PrincipalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netstandard-2.0" />
36-
<MemberSignature Language="VB.NET" Value="Protected Sub New (info As SerializationInfo, context As StreamingContext)" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netstandard-2.0" />
37-
<MemberSignature Language="F#" Value="new System.DirectoryServices.AccountManagement.PrincipalException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -&gt; System.DirectoryServices.AccountManagement.PrincipalException" Usage="new System.DirectoryServices.AccountManagement.PrincipalException (info, context)" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netstandard-2.0" />
38-
<MemberSignature Language="C++ CLI" Value="protected:&#xA; PrincipalException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netstandard-2.0" />
33+
<MemberSignature Language="C#" Value="protected PrincipalException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0" />
34+
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor(class System.Runtime.Serialization.SerializationInfo info, valuetype System.Runtime.Serialization.StreamingContext context) cil managed" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0" />
35+
<MemberSignature Language="DocId" Value="M:System.DirectoryServices.AccountManagement.PrincipalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0" />
36+
<MemberSignature Language="VB.NET" Value="Protected Sub New (info As SerializationInfo, context As StreamingContext)" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0" />
37+
<MemberSignature Language="F#" Value="new System.DirectoryServices.AccountManagement.PrincipalException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -&gt; System.DirectoryServices.AccountManagement.PrincipalException" Usage="new System.DirectoryServices.AccountManagement.PrincipalException (info, context)" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0" />
38+
<MemberSignature Language="C++ CLI" Value="protected:&#xA; PrincipalException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0" />
3939
<MemberType>Constructor</MemberType>
4040
<AssemblyInfo>
4141
<AssemblyName>System.DirectoryServices.AccountManagement</AssemblyName>
@@ -44,18 +44,18 @@
4444
<AssemblyVersion>9.0.0.0</AssemblyVersion>
4545
</AssemblyInfo>
4646
<Attributes>
47-
<Attribute FrameworkAlternate="net-8.0;net-9.0">
47+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0;dotnet-plat-ext-9.0">
4848
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
4949
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName>
5050
</Attribute>
51-
<Attribute FrameworkAlternate="net-8.0;net-9.0">
51+
<Attribute FrameworkAlternate="dotnet-plat-ext-8.0;dotnet-plat-ext-9.0">
5252
<AttributeName Language="C#">[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]</AttributeName>
5353
<AttributeName Language="F#">[&lt;System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")&gt;]</AttributeName>
5454
</Attribute>
5555
</Attributes>
5656
<Parameters>
57-
<Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" Index="0" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netstandard-2.0" />
58-
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" Index="1" FrameworkAlternate="net-6.0;net-7.0;net-8.0;net-9.0;netstandard-2.0" />
57+
<Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" Index="0" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0" />
58+
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" Index="1" FrameworkAlternate="dotnet-plat-ext-6.0;dotnet-plat-ext-7.0;dotnet-plat-ext-8.0;dotnet-plat-ext-9.0" />
5959
</Parameters>
6060
<Docs>
6161
<param name="info">The error information.</param>

0 commit comments

Comments
 (0)