12 references to Helpers
System.Security.Cryptography.Pkcs (12)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (2)
84
if (typeof(T) == typeof(DSA) && Internal.Cryptography.
Helpers
.IsDSASupported)
170
if (!
Helpers
.IsRC2Supported)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.manual.cs (1)
48
saltSize =
Helpers
.HashOidToByteLength(HashAlgorithm.Algorithm);
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.Encrypted.cs (1)
168
Helpers
.RngFill(salt);
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (4)
105
if (!
Helpers
.HasSymmetricEncryption)
268
if (!
Helpers
.HasSymmetricEncryption)
602
if (!
Helpers
.HasSymmetricEncryption)
1146
if (!
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)
16
if (
Helpers
.IsDSASupported)
65
Debug.Assert(
Helpers
.IsDSASupported);
118
Debug.Assert(
Helpers
.IsDSASupported);