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: samples/snippets/csharp/VS_Snippets_CLR_System/system.security.cryptography.symmetricalgorithm.blocksize/cs/program.cs
Copy file name to clipboardExpand all lines: samples/snippets/visualbasic/VS_Snippets_CLR_System/system.security.cryptography.symmetricalgorithm.blocksize/vb/program.vb
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,8 @@ Class Program
23
23
24
24
EndSub
25
25
EndClass
26
-
'This sample produces the following output when run on .NET Framework:
27
-
'AesManaged
28
-
' Legal min key size = 128
29
-
' Legal max key size = 256
30
-
' Legal min block size = 128
31
-
' Legal max block size = 128
32
-
'
33
-
'This sample produces the following output when run on .NET Core:
0 commit comments