12 references to Helpers
System.Security.Cryptography.Pkcs (12)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (2)
84if (typeof(T) == typeof(DSA) && Internal.Cryptography.Helpers.IsDSASupported) 170if (!Helpers.IsRC2Supported)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.manual.cs (1)
48saltSize = Helpers.HashOidToByteLength(HashAlgorithm.Algorithm);
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.Encrypted.cs (1)
168Helpers.RngFill(salt);
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (4)
105if (!Helpers.HasSymmetricEncryption) 268if (!Helpers.HasSymmetricEncryption) 602if (!Helpers.HasSymmetricEncryption) 1146if (!Helpers.IsRC2Supported)
System\Security\Cryptography\Pkcs\CmsHash.cs (1)
96_incrementalHash = Helpers.CreateIncrementalHash(PkcsHelpers.GetDigestAlgorithm(oid.Value, forVerification));
System\Security\Cryptography\Pkcs\CmsSignature.DSA.cs (3)
16if (Helpers.IsDSASupported) 65Debug.Assert(Helpers.IsDSASupported); 118Debug.Assert(Helpers.IsDSASupported);