3 references to SR
System.Security.Cryptography.ProtectedData (3)
System\Security\Cryptography\ProtectedData.cs (3)
161
throw new ArgumentException(
SR
.Argument_DestinationTooShort, nameof(destination));
315
throw new ArgumentException(
SR
.Argument_DestinationTooShort, nameof(destination));
370
throw new CryptographicException(
SR
.Cryptography_DpApi_ProfileMayNotBeLoaded);