2 references to DangerousGetSpan
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (1)
108ReadOnlySpan<char> passwordSpan = password.DangerousGetSpan();
System\Security\Cryptography\X509Certificates\UnixPkcs12Reader.cs (1)
206ReadOnlySpan<char> passwordChars = password.DangerousGetSpan();