5 references to Cryptography_DefaultAlgorithm_NotSupported
System.Security.Cryptography (5)
System\Security\Cryptography\AsymmetricAlgorithm.cs (1)
18
throw new PlatformNotSupportedException(SR.
Cryptography_DefaultAlgorithm_NotSupported
);
System\Security\Cryptography\HashAlgorithm.cs (1)
23
throw new PlatformNotSupportedException(SR.
Cryptography_DefaultAlgorithm_NotSupported
);
System\Security\Cryptography\HMAC.cs (1)
23
throw new PlatformNotSupportedException(SR.
Cryptography_DefaultAlgorithm_NotSupported
);
System\Security\Cryptography\KeyedHashAlgorithm.cs (1)
15
throw new PlatformNotSupportedException(SR.
Cryptography_DefaultAlgorithm_NotSupported
);
System\Security\Cryptography\SymmetricAlgorithm.cs (1)
20
throw new PlatformNotSupportedException(SR.
Cryptography_DefaultAlgorithm_NotSupported
);