|
1 |
| -<Type Name="RSACng" FullName="System.Security.Cryptography.RSACng"> |
| 1 | +<Type Name="RSACng" FullName="System.Security.Cryptography.RSACng"> |
2 | 2 | <TypeSignature Language="C#" Value="public sealed class RSACng : System.Security.Cryptography.RSA" />
|
3 | 3 | <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit RSACng extends System.Security.Cryptography.RSA" />
|
4 | 4 | <TypeSignature Language="DocId" Value="T:System.Security.Cryptography.RSACng" />
|
@@ -244,13 +244,13 @@ If a key is loaded via the <xref:System.Security.Cryptography.RSACng.ImportParam
|
244 | 244 | <returns>The decrypted data.</returns>
|
245 | 245 | <remarks>To be added.</remarks>
|
246 | 246 | <exception cref="T:System.ArgumentNullException">
|
247 |
| - <paramref name="data" /> is <see langword="null" />. |
| 247 | + <paramref name="data" /> is <see langword="null" />. |
248 | 248 |
|
249 | 249 | -or-
|
250 | 250 |
|
251 | 251 | <paramref name="padding" /> is <see langword="null" />.</exception>
|
252 | 252 | <exception cref="T:System.Security.Cryptography.CryptographicException">
|
253 |
| - <paramref name="padding" /> does not equal <see cref="P:System.Security.Cryptography.RSAEncryptionPadding.Pkcs1" />, or else the <see cref="P:System.Security.Cryptography.RSAEncryptionPadding.Mode" /> of <paramref name="padding" /> does not equal <see cref="F:System.Security.Cryptography.RSAEncryptionPaddingMode.Oaep" />.</exception> |
| 253 | + <paramref name="padding" />.<see cref="P:System.Security.Cryptography.RSAEncryptionPadding.Mode" /> isn't equal to <see cref="F:System.Security.Cryptography.RSAEncryptionPaddingMode.Pkcs1" /> or <see cref="F:System.Security.Cryptography.RSAEncryptionPaddingMode.Oaep" />.</exception> |
254 | 254 | </Docs>
|
255 | 255 | </Member>
|
256 | 256 | <Member MemberName="DecryptValue">
|
@@ -364,13 +364,13 @@ If a key is loaded via the <xref:System.Security.Cryptography.RSACng.ImportParam
|
364 | 364 | <returns>The encrypted data.</returns>
|
365 | 365 | <remarks>To be added.</remarks>
|
366 | 366 | <exception cref="T:System.ArgumentNullException">
|
367 |
| - <paramref name="data" /> is <see langword="null" />. |
| 367 | + <paramref name="data" /> is <see langword="null" />. |
368 | 368 |
|
369 | 369 | -or-
|
370 | 370 |
|
371 | 371 | <paramref name="padding" /> is <see langword="null" />.</exception>
|
372 | 372 | <exception cref="T:System.Security.Cryptography.CryptographicException">
|
373 |
| - <paramref name="padding" /> does not equal <see cref="P:System.Security.Cryptography.RSASignaturePadding.Pkcs1" /> or <see cref="P:System.Security.Cryptography.RSASignaturePadding.Pss" />.</exception> |
| 373 | + <paramref name="padding" />.<see cref="P:System.Security.Cryptography.RSAEncryptionPadding.Mode" /> isn't equal to <see cref="F:System.Security.Cryptography.RSAEncryptionPaddingMode.Pkcs1" /> or <see cref="F:System.Security.Cryptography.RSAEncryptionPaddingMode.Oaep" />.</exception> |
374 | 374 | </Docs>
|
375 | 375 | </Member>
|
376 | 376 | <Member MemberName="EncryptValue">
|
|
0 commit comments