1 write to Label
System.Security.Cryptography (1)
System\Security\Cryptography\PemFields.cs (1)
16Label = label;
10 references to Label
System.Security.Cryptography (10)
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)
50if (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 (3)
1327ReadOnlySpan<char> label = contents[fields.Label]; 1696ReadOnlySpan<char> label = contents[fields.Label]; 1728ReadOnlySpan<char> label = contents[fields.Label];
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (1)
445ReadOnlySpan<char> label = contents[fields.Label];