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