-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port System.Security documentation (#9191)
* Port System.Security documentation * Add missing APIs (their docs were found in the obj folder) * seealso -> see
- Loading branch information
1 parent
574d2cc
commit 77b61cd
Showing
28 changed files
with
32,115 additions
and
31,399 deletions.
There are no files selected for viewing
616 changes: 308 additions & 308 deletions
616
...System.Security.Cryptography.X509Certificates/X509AuthorityInformationAccessExtension.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1,090 changes: 545 additions & 545 deletions
1,090
xml/System.Security.Cryptography.X509Certificates/X509AuthorityKeyIdentifierExtension.xml
Large diffs are not rendered by default.
Oops, something went wrong.
368 changes: 184 additions & 184 deletions
368
xml/System.Security.Cryptography.X509Certificates/X509SubjectAlternativeNameExtension.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
4,921 changes: 2,469 additions & 2,452 deletions
4,921
xml/System.Security.Cryptography/AsymmetricAlgorithm.xml
Large diffs are not rendered by default.
Oops, something went wrong.
186 changes: 93 additions & 93 deletions
186
xml/System.Security.Cryptography/AuthenticationTagMismatchException.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,93 +1,93 @@ | ||
<Type Name="AuthenticationTagMismatchException" FullName="System.Security.Cryptography.AuthenticationTagMismatchException"> | ||
<TypeSignature Language="C#" Value="public sealed class AuthenticationTagMismatchException : System.Security.Cryptography.CryptographicException" /> | ||
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit AuthenticationTagMismatchException extends System.Security.Cryptography.CryptographicException" /> | ||
<TypeSignature Language="DocId" Value="T:System.Security.Cryptography.AuthenticationTagMismatchException" /> | ||
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class AuthenticationTagMismatchException
Inherits CryptographicException" /> | ||
<TypeSignature Language="F#" Value="type AuthenticationTagMismatchException = class
 inherit CryptographicException" /> | ||
<TypeSignature Language="C++ CLI" Value="public ref class AuthenticationTagMismatchException sealed : System::Security::Cryptography::CryptographicException" /> | ||
<AssemblyInfo> | ||
<AssemblyName>System.Security.Cryptography</AssemblyName> | ||
<AssemblyVersion>8.0.0.0</AssemblyVersion> | ||
</AssemblyInfo> | ||
<Base> | ||
<BaseTypeName>System.Security.Cryptography.CryptographicException</BaseTypeName> | ||
</Base> | ||
<Interfaces /> | ||
<Attributes> | ||
<Attribute> | ||
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName> | ||
<AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(0)>]</AttributeName> | ||
</Attribute> | ||
<Attribute> | ||
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(2)]</AttributeName> | ||
<AttributeName Language="F#">[<System.Runtime.CompilerServices.NullableContext(2)>]</AttributeName> | ||
</Attribute> | ||
</Attributes> | ||
<Docs> | ||
<summary>To be added.</summary> | ||
<remarks>To be added.</remarks> | ||
</Docs> | ||
<Members> | ||
<Member MemberName=".ctor"> | ||
<MemberSignature Language="C#" Value="public AuthenticationTagMismatchException ();" /> | ||
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /> | ||
<MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AuthenticationTagMismatchException.#ctor" /> | ||
<MemberSignature Language="VB.NET" Value="Public Sub New ()" /> | ||
<MemberSignature Language="C++ CLI" Value="public:
 AuthenticationTagMismatchException();" /> | ||
<MemberType>Constructor</MemberType> | ||
<AssemblyInfo> | ||
<AssemblyName>System.Security.Cryptography</AssemblyName> | ||
<AssemblyVersion>8.0.0.0</AssemblyVersion> | ||
</AssemblyInfo> | ||
<Parameters /> | ||
<Docs> | ||
<summary>To be added.</summary> | ||
<remarks>To be added.</remarks> | ||
</Docs> | ||
</Member> | ||
<Member MemberName=".ctor"> | ||
<MemberSignature Language="C#" Value="public AuthenticationTagMismatchException (string? message);" /> | ||
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message) cil managed" /> | ||
<MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AuthenticationTagMismatchException.#ctor(System.String)" /> | ||
<MemberSignature Language="VB.NET" Value="Public Sub New (message As String)" /> | ||
<MemberSignature Language="F#" Value="new System.Security.Cryptography.AuthenticationTagMismatchException : string -> System.Security.Cryptography.AuthenticationTagMismatchException" Usage="new System.Security.Cryptography.AuthenticationTagMismatchException message" /> | ||
<MemberSignature Language="C++ CLI" Value="public:
 AuthenticationTagMismatchException(System::String ^ message);" /> | ||
<MemberType>Constructor</MemberType> | ||
<AssemblyInfo> | ||
<AssemblyName>System.Security.Cryptography</AssemblyName> | ||
<AssemblyVersion>8.0.0.0</AssemblyVersion> | ||
</AssemblyInfo> | ||
<Parameters> | ||
<Parameter Name="message" Type="System.String" /> | ||
</Parameters> | ||
<Docs> | ||
<param name="message">To be added.</param> | ||
<summary>To be added.</summary> | ||
<remarks>To be added.</remarks> | ||
</Docs> | ||
</Member> | ||
<Member MemberName=".ctor"> | ||
<MemberSignature Language="C#" Value="public AuthenticationTagMismatchException (string? message, Exception? inner);" /> | ||
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, class System.Exception inner) cil managed" /> | ||
<MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AuthenticationTagMismatchException.#ctor(System.String,System.Exception)" /> | ||
<MemberSignature Language="VB.NET" Value="Public Sub New (message As String, inner As Exception)" /> | ||
<MemberSignature Language="F#" Value="new System.Security.Cryptography.AuthenticationTagMismatchException : string * Exception -> System.Security.Cryptography.AuthenticationTagMismatchException" Usage="new System.Security.Cryptography.AuthenticationTagMismatchException (message, inner)" /> | ||
<MemberSignature Language="C++ CLI" Value="public:
 AuthenticationTagMismatchException(System::String ^ message, Exception ^ inner);" /> | ||
<MemberType>Constructor</MemberType> | ||
<AssemblyInfo> | ||
<AssemblyName>System.Security.Cryptography</AssemblyName> | ||
<AssemblyVersion>8.0.0.0</AssemblyVersion> | ||
</AssemblyInfo> | ||
<Parameters> | ||
<Parameter Name="message" Type="System.String" /> | ||
<Parameter Name="inner" Type="System.Exception" /> | ||
</Parameters> | ||
<Docs> | ||
<param name="message">To be added.</param> | ||
<param name="inner">To be added.</param> | ||
<summary>To be added.</summary> | ||
<remarks>To be added.</remarks> | ||
</Docs> | ||
</Member> | ||
</Members> | ||
</Type> | ||
<Type Name="AuthenticationTagMismatchException" FullName="System.Security.Cryptography.AuthenticationTagMismatchException"> | ||
<TypeSignature Language="C#" Value="public sealed class AuthenticationTagMismatchException : System.Security.Cryptography.CryptographicException" /> | ||
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit AuthenticationTagMismatchException extends System.Security.Cryptography.CryptographicException" /> | ||
<TypeSignature Language="DocId" Value="T:System.Security.Cryptography.AuthenticationTagMismatchException" /> | ||
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class AuthenticationTagMismatchException
Inherits CryptographicException" /> | ||
<TypeSignature Language="F#" Value="type AuthenticationTagMismatchException = class
 inherit CryptographicException" /> | ||
<TypeSignature Language="C++ CLI" Value="public ref class AuthenticationTagMismatchException sealed : System::Security::Cryptography::CryptographicException" /> | ||
<AssemblyInfo> | ||
<AssemblyName>System.Security.Cryptography</AssemblyName> | ||
<AssemblyVersion>8.0.0.0</AssemblyVersion> | ||
</AssemblyInfo> | ||
<Base> | ||
<BaseTypeName>System.Security.Cryptography.CryptographicException</BaseTypeName> | ||
</Base> | ||
<Interfaces /> | ||
<Attributes> | ||
<Attribute> | ||
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName> | ||
<AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(0)>]</AttributeName> | ||
</Attribute> | ||
<Attribute> | ||
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(2)]</AttributeName> | ||
<AttributeName Language="F#">[<System.Runtime.CompilerServices.NullableContext(2)>]</AttributeName> | ||
</Attribute> | ||
</Attributes> | ||
<Docs> | ||
<summary>The exception that is thrown when a decryption operation with an authenticated cipher has an authentication tag mismatch.</summary> | ||
<remarks>To be added.</remarks> | ||
</Docs> | ||
<Members> | ||
<Member MemberName=".ctor"> | ||
<MemberSignature Language="C#" Value="public AuthenticationTagMismatchException ();" /> | ||
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /> | ||
<MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AuthenticationTagMismatchException.#ctor" /> | ||
<MemberSignature Language="VB.NET" Value="Public Sub New ()" /> | ||
<MemberSignature Language="C++ CLI" Value="public:
 AuthenticationTagMismatchException();" /> | ||
<MemberType>Constructor</MemberType> | ||
<AssemblyInfo> | ||
<AssemblyName>System.Security.Cryptography</AssemblyName> | ||
<AssemblyVersion>8.0.0.0</AssemblyVersion> | ||
</AssemblyInfo> | ||
<Parameters /> | ||
<Docs> | ||
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AuthenticationTagMismatchException" /> class with default properties.</summary> | ||
<remarks>To be added.</remarks> | ||
</Docs> | ||
</Member> | ||
<Member MemberName=".ctor"> | ||
<MemberSignature Language="C#" Value="public AuthenticationTagMismatchException (string? message);" /> | ||
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message) cil managed" /> | ||
<MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AuthenticationTagMismatchException.#ctor(System.String)" /> | ||
<MemberSignature Language="VB.NET" Value="Public Sub New (message As String)" /> | ||
<MemberSignature Language="F#" Value="new System.Security.Cryptography.AuthenticationTagMismatchException : string -> System.Security.Cryptography.AuthenticationTagMismatchException" Usage="new System.Security.Cryptography.AuthenticationTagMismatchException message" /> | ||
<MemberSignature Language="C++ CLI" Value="public:
 AuthenticationTagMismatchException(System::String ^ message);" /> | ||
<MemberType>Constructor</MemberType> | ||
<AssemblyInfo> | ||
<AssemblyName>System.Security.Cryptography</AssemblyName> | ||
<AssemblyVersion>8.0.0.0</AssemblyVersion> | ||
</AssemblyInfo> | ||
<Parameters> | ||
<Parameter Name="message" Type="System.String" /> | ||
</Parameters> | ||
<Docs> | ||
<param name="message">The error message that explains the reason for the exception.</param> | ||
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AuthenticationTagMismatchException" /> class with a specified error message.</summary> | ||
<remarks>To be added.</remarks> | ||
</Docs> | ||
</Member> | ||
<Member MemberName=".ctor"> | ||
<MemberSignature Language="C#" Value="public AuthenticationTagMismatchException (string? message, Exception? inner);" /> | ||
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, class System.Exception inner) cil managed" /> | ||
<MemberSignature Language="DocId" Value="M:System.Security.Cryptography.AuthenticationTagMismatchException.#ctor(System.String,System.Exception)" /> | ||
<MemberSignature Language="VB.NET" Value="Public Sub New (message As String, inner As Exception)" /> | ||
<MemberSignature Language="F#" Value="new System.Security.Cryptography.AuthenticationTagMismatchException : string * Exception -> System.Security.Cryptography.AuthenticationTagMismatchException" Usage="new System.Security.Cryptography.AuthenticationTagMismatchException (message, inner)" /> | ||
<MemberSignature Language="C++ CLI" Value="public:
 AuthenticationTagMismatchException(System::String ^ message, Exception ^ inner);" /> | ||
<MemberType>Constructor</MemberType> | ||
<AssemblyInfo> | ||
<AssemblyName>System.Security.Cryptography</AssemblyName> | ||
<AssemblyVersion>8.0.0.0</AssemblyVersion> | ||
</AssemblyInfo> | ||
<Parameters> | ||
<Parameter Name="message" Type="System.String" /> | ||
<Parameter Name="inner" Type="System.Exception" /> | ||
</Parameters> | ||
<Docs> | ||
<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 the parameter is not <see langword="null" />, the current exception is raised in a catch block that handles the inner exception.</param> | ||
<summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AuthenticationTagMismatchException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary> | ||
<remarks>To be added.</remarks> | ||
</Docs> | ||
</Member> | ||
</Members> | ||
</Type> |
Oops, something went wrong.