1 write to Label
System.Security.Cryptography (1)
System\Security\Cryptography\PemFields.cs (1)
16
Label
= label;
10 references to Label
System.Security.Cryptography (10)
src\libraries\Common\src\System\Security\Cryptography\PemKeyHelpers.Factory.cs (2)
26
ReadOnlySpan<char> label = pem[fields.
Label
];
110
ReadOnlySpan<char> label = pem[fields.
Label
];
System\Security\Cryptography\PemKeyHelpers.cs (2)
112
ReadOnlySpan<char> label = pem[fields.
Label
];
173
ReadOnlySpan<char> label = pem[fields.
Label
];
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (1)
50
if (contents[fields.
Label
].SequenceEqual(PemLabels.Pkcs10CertificateRequest))
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (1)
270
if (contents[fields.
Label
].SequenceEqual(PemLabels.X509CertificateRevocationList))
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (3)
1327
ReadOnlySpan<char> label = contents[fields.
Label
];
1696
ReadOnlySpan<char> label = contents[fields.
Label
];
1728
ReadOnlySpan<char> label = contents[fields.
Label
];
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (1)
445
ReadOnlySpan<char> label = contents[fields.
Label
];