Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions xml/System.Security.Cryptography.Pkcs/SignedCms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
</Parameters>
<Docs>
<param name="contentInfo">A <see cref="T:System.Security.Cryptography.Pkcs.ContentInfo" /> object that specifies the content information as the inner content of the <see cref="T:System.Security.Cryptography.Pkcs.SignedCms" /> message.</param>
<param name="content">To be added.</param>
<param name="content">A <see cref="T:System.Security.Cryptography.Pkcs.ContentInfo" /> object that specifies the content information as the inner content of the <see cref="T:System.Security.Cryptography.Pkcs.SignedCms" /> message.</param>
<summary>The <see cref="M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo)" /> constructor creates an instance of the <see cref="T:System.Security.Cryptography.Pkcs.SignedCms" /> class by using the specified content information as the inner content.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -216,7 +216,7 @@
</Parameters>
<Docs>
<param name="contentInfo">A <see cref="T:System.Security.Cryptography.Pkcs.ContentInfo" /> object that specifies the content information as the inner content of the <see cref="T:System.Security.Cryptography.Pkcs.SignedCms" /> message.</param>
<param name="content">To be added.</param>
<param name="content">A <see cref="T:System.Security.Cryptography.Pkcs.ContentInfo" /> object that specifies the content information as the inner content of the <see cref="T:System.Security.Cryptography.Pkcs.SignedCms" /> message.</param>
<param name="detached">A <see cref="T:System.Boolean" /> value that specifies whether the <see cref="T:System.Security.Cryptography.Pkcs.SignedCms" /> object is for a detached signature. If <paramref name="detached" /> is <see langword="true" />, the signature is detached. If <paramref name="detached" /> is <see langword="false" />, the signature is not detached.</param>
<summary>The <see cref="M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo,System.Boolean)" /> constructor creates an instance of the <see cref="T:System.Security.Cryptography.Pkcs.SignedCms" /> class by using the specified content information as the inner content and by using the detached state.</summary>
<remarks>
Expand Down Expand Up @@ -267,7 +267,7 @@
<Docs>
<param name="signerIdentifierType">A <see cref="T:System.Security.Cryptography.Pkcs.SubjectIdentifierType" /> member that specifies the default subject identifier type for signers.</param>
<param name="contentInfo">A <see cref="T:System.Security.Cryptography.Pkcs.ContentInfo" /> object that specifies the content information as the inner content of the <see cref="T:System.Security.Cryptography.Pkcs.SignedCms" /> message.</param>
<param name="content">To be added.</param>
<param name="content">A <see cref="T:System.Security.Cryptography.Pkcs.ContentInfo" /> object that specifies the content information as the inner content of the <see cref="T:System.Security.Cryptography.Pkcs.SignedCms" /> message.</param>
<summary>The <see cref="M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.Pkcs.ContentInfo)" /> constructor creates an instance of the <see cref="T:System.Security.Cryptography.Pkcs.SignedCms" /> class by using the specified subject identifier type as the default subject identifier type for signers and content information as the inner content.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -324,7 +324,7 @@
<Docs>
<param name="signerIdentifierType">A <see cref="T:System.Security.Cryptography.Pkcs.SubjectIdentifierType" /> member that specifies the default subject identifier type for signers.</param>
<param name="contentInfo">A <see cref="T:System.Security.Cryptography.Pkcs.ContentInfo" /> object that specifies the content information as the inner content of the <see cref="T:System.Security.Cryptography.Pkcs.SignedCms" /> message.</param>
<param name="content">To be added.</param>
<param name="content">A <see cref="T:System.Security.Cryptography.Pkcs.ContentInfo" /> object that specifies the content information as the inner content of the <see cref="T:System.Security.Cryptography.Pkcs.SignedCms" /> message.</param>
<param name="detached">A <see cref="T:System.Boolean" /> value that specifies whether the <see cref="T:System.Security.Cryptography.Pkcs.SignedCms" /> object is for a detached signature. If <paramref name="detached" /> is <see langword="true" />, the signature is detached. If detached is <see langword="false" />, the signature is not detached.</param>
<summary>The <see cref="M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.Pkcs.ContentInfo,System.Boolean)" /> constructor creates an instance of the <see cref="T:System.Security.Cryptography.Pkcs.SignedCms" /> class by using the specified subject identifier type as the default subject identifier type for signers, the content information as the inner content, and by using the detached state.</summary>
<remarks>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Security.Cryptography.Pkcs/SignerInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</Parameters>
<Docs>
<param name="asnEncodedData">The ASN.1 encoded attribute to add to the document.</param>
<param name="unsignedAttribute">To be added.</param>
<param name="unsignedAttribute">The ASN.1 encoded attribute to add to the document.</param>
<summary>Adds the specified attribute to the current document.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -660,7 +660,7 @@ ASN1 corrupted data.</exception>
</Parameters>
<Docs>
<param name="asnEncodedData">The ASN.1 encoded attribute to remove from the document.</param>
<param name="unsignedAttribute">To be added.</param>
<param name="unsignedAttribute">The ASN.1 encoded attribute to remove from the document.</param>
<summary>Removes the specified attribute from the current document.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Security.Permissions/StorePermission.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
</Parameters>
<Docs>
<param name="flag">A bitwise combination of the <see cref="T:System.Security.Permissions.StorePermissionFlags" /> values.</param>
<param name="flags">To be added.</param>
<param name="flags">A bitwise combination of the <see cref="T:System.Security.Permissions.StorePermissionFlags" /> values.</param>
<summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.StorePermission" /> class with the specified access.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down Expand Up @@ -262,7 +262,7 @@
</Parameters>
<Docs>
<param name="securityElement">A <see cref="T:System.Security.SecurityElement" /> that contains the XML encoding to use to reconstruct the permission.</param>
<param name="e">To be added.</param>
<param name="e">A <see cref="T:System.Security.SecurityElement" /> that contains the XML encoding to use to reconstruct the permission.</param>
<summary>Reconstructs a permission with a specified state from an XML encoding.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Security.Policy/ApplicationTrust.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
</Parameters>
<Docs>
<param name="identity">An <see cref="T:System.ApplicationIdentity" /> that uniquely identifies an application.</param>
<param name="applicationIdentity">To be added.</param>
<param name="applicationIdentity">An <see cref="T:System.ApplicationIdentity" /> that uniquely identifies an application.</param>
<summary>Initializes a new instance of the <see cref="T:System.Security.Policy.ApplicationTrust" /> class with an <see cref="T:System.ApplicationIdentity" />.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Security.Policy/PolicyStatement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
</Parameters>
<Docs>
<param name="o">The <see cref="T:System.Security.Policy.PolicyStatement" /> object to compare with the current <see cref="T:System.Security.Policy.PolicyStatement" />.</param>
<param name="obj">To be added.</param>
<param name="obj">The <see cref="T:System.Security.Policy.PolicyStatement" /> object to compare with the current <see cref="T:System.Security.Policy.PolicyStatement" />.</param>
<summary>Determines whether the specified <see cref="T:System.Security.Policy.PolicyStatement" /> object is equal to the current <see cref="T:System.Security.Policy.PolicyStatement" />.</summary>
<returns>
<see langword="true" /> if the specified <see cref="T:System.Security.Policy.PolicyStatement" /> is equal to the current <see cref="T:System.Security.Policy.PolicyStatement" /> object; otherwise, <see langword="false" />.</returns>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Security.Policy/UrlMembershipCondition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
</Parameters>
<Docs>
<param name="o">The object to compare to the current <see cref="T:System.Security.Policy.UrlMembershipCondition" />.</param>
<param name="obj">To be added.</param>
<param name="obj">The object to compare to the current <see cref="T:System.Security.Policy.UrlMembershipCondition" />.</param>
<summary>Determines whether the URL from the specified object is equivalent to the URL contained in the current <see cref="T:System.Security.Policy.UrlMembershipCondition" />.</summary>
<returns>
<see langword="true" /> if the URL from the specified object is equivalent to the URL contained in the current <see cref="T:System.Security.Policy.UrlMembershipCondition" />; otherwise, <see langword="false" />.</returns>
Expand Down