1 write to TemplateID
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\Asn1\CertificateTemplateAsn.xml.cs (1)
88decoded.TemplateID = sequenceReader.ReadObjectIdentifier();
2 references to TemplateID
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\Asn1\CertificateTemplateAsn.xml.cs (1)
29writer.WriteObjectIdentifier(TemplateID);
System\Security\Cryptography\X509Certificates\ManagedCertificateFinder.cs (1)
184if (StringComparer.Ordinal.Equals(templateName, template.TemplateID))