1 write to Label
System.Security.Cryptography (1)
System\Security\Cryptography\PemFields.cs (1)
16Label = label;
12 references to Label
System.Security.Cryptography (12)
src\libraries\Common\src\System\Security\Cryptography\PemKeyHelpers.Factory.cs (2)
26ReadOnlySpan<char> label = pem[fields.Label]; 110ReadOnlySpan<char> label = pem[fields.Label];
System\Security\Cryptography\PemKeyHelpers.cs (2)
112ReadOnlySpan<char> label = pem[fields.Label]; 173ReadOnlySpan<char> label = pem[fields.Label];
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (1)
51if (contents[fields.Label].SequenceEqual(PemLabels.Pkcs10CertificateRequest))
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (1)
270if (contents[fields.Label].SequenceEqual(PemLabels.X509CertificateRevocationList))
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (5)
1535ReadOnlySpan<char> label = contents[fields.Label]; 1904ReadOnlySpan<char> label = contents[fields.Label]; 1944ReadOnlySpan<char> label = contents[fields.Label]; 2009ReadOnlySpan<char> label = contents[fields.Label]; 2073ReadOnlySpan<char> label = contents[fields.Label];
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (1)
445ReadOnlySpan<char> label = contents[fields.Label];