Skip to content

Commit 0a7407c

Browse files
authored
Merge pull request #127739 from maksimkim/maksimkim/apim/nosymmetricalgcreate
[apim] Remove support for parameterless SymmetricAlgorithm.Create()
2 parents 37f1d04 + 2903c11 commit 0a7407c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/api-management/api-management-policy-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The following table lists the .NET Framework types and members allowed in policy
142142
|`System.Security.Cryptography.SHA384Managed`|All|
143143
|`System.Security.Cryptography.SHA512`|All|
144144
|`System.Security.Cryptography.SHA512Managed`|All|
145-
|`System.Security.Cryptography.SymmetricAlgorithm`|All|
145+
|`System.Security.Cryptography.SymmetricAlgorithm`|All except parameterless `Create()`|
146146
|`System.Security.Cryptography.X509Certificates.PublicKey`|All|
147147
|`System.Security.Cryptography.X509Certificates.RSACertificateExtensions`|All|
148148
|`System.Security.Cryptography.X509Certificates.X500DistinguishedName`|`Name`|

0 commit comments

Comments
 (0)