9 references to Cryptography_CAPI_Required
System.Security.Cryptography (9)
System\Security\Cryptography\CspKeyContainerInfo.NotSupported.cs (1)
27
return new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CAPI_Required
, nameof(CspKeyContainerInfo)));
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (3)
60
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CAPI_Required
, nameof(CspParameters)));
66
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CAPI_Required
, nameof(CspParameters)));
78
get { throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CAPI_Required
, nameof(CspKeyContainerInfo))); }
System\Security\Cryptography\PasswordDeriveBytes.NotSupported.cs (1)
13
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CAPI_Required
, nameof(CryptDeriveKey)));
System\Security\Cryptography\RC2CryptoServiceProvider.Unix.cs (1)
118
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CAPI_Required
, nameof(UseSalt)));
System\Security\Cryptography\RSACryptoServiceProvider.Unix.cs (3)
32
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CAPI_Required
, nameof(CspParameters)));
36
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CAPI_Required
, nameof(CspParameters)));
40
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CAPI_Required
, nameof(CspKeyContainerInfo)));