You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography/AesManaged.xml
+32-12Lines changed: 32 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -108,9 +108,13 @@
108
108
<ReturnType>System.Int32</ReturnType>
109
109
</ReturnValue>
110
110
<Docs>
111
-
<summary>To be added.</summary>
112
-
<value>To be added.</value>
113
-
<remarks>To be added.</remarks>
111
+
<summary>Gets or sets the block size, in bits, of the cryptographic operation.</summary>
112
+
<value>The block size, in bits, of the cryptographic operation. The default is 128 bits.</value>
113
+
<remarks><formattype="text/markdown"><![CDATA[
114
+
115
+
## Remarks
116
+
For AES, the only valid block size is 128 bits. See the <xref:System.Security.Cryptography.SymmetricAlgorithm.BlockSize> for more information about block size.
117
+
]]></format></remarks>
114
118
</Docs>
115
119
</Member>
116
120
<MemberGroupMemberName="CreateDecryptor">
@@ -502,7 +506,11 @@
502
506
<Docs>
503
507
<summary>Gets or sets the initialization vector (IV) to use for the symmetric algorithm.</summary>
504
508
<value>The initialization vector to use for the symmetric algorithm</value>
505
-
<remarks>To be added.</remarks>
509
+
<remarks><formattype="text/markdown"><![CDATA[
510
+
511
+
## Remarks
512
+
See the <xref:System.Security.Cryptography.SymmetricAlgorithm.IV> for more information about initialization vector.
<summary>Gets the key sizes, in bits, that are supported by the symmetric algorithm.</summary>
647
+
<value>The key sizes, in bits, that are supported by the symmetric algorithm.</value>
648
+
<remarks><formattype="text/markdown"><![CDATA[
649
+
650
+
## Remarks
651
+
The valid key sizes for AES are 128, 192 and 256 bits.
652
+
]]></format></remarks>
637
653
</Docs>
638
654
</Member>
639
655
<MemberMemberName="Mode">
@@ -708,8 +724,12 @@
708
724
<Docs>
709
725
<summary>Gets or sets the padding mode used in the symmetric algorithm.</summary>
710
726
<value>One of the enumeration values that specifies the type of padding to apply. The default is <seecref="F:System.Security.Cryptography.PaddingMode.PKCS7" />.</value>
711
-
<remarks>To be added.</remarks>
727
+
<remarks><formattype="text/markdown"><![CDATA[
728
+
729
+
## Remarks
730
+
See the <xref:System.Security.Cryptography.SymmetricAlgorithm.Padding> for more information about padding.
0 commit comments