3 references to SR
System.Security.Cryptography.ProtectedData (3)
System\Security\Cryptography\ProtectedData.cs (3)
160
throw new ArgumentException(
SR
.Argument_DestinationTooShort, nameof(destination));
313
throw new ArgumentException(
SR
.Argument_DestinationTooShort, nameof(destination));
368
throw new CryptographicException(
SR
.Cryptography_DpApi_ProfileMayNotBeLoaded);