4 references to X509AuthorityKeyIdentifierExtension
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509AuthorityKeyIdentifierExtension.cs (4)
248return writer.Encode(static encoded => new X509AuthorityKeyIdentifierExtension(encoded)); 331return writer.Encode(static encoded => new X509AuthorityKeyIdentifierExtension(encoded)); 432return writer.Encode(static encoded => new X509AuthorityKeyIdentifierExtension(encoded)); 497return new X509AuthorityKeyIdentifierExtension(emptyExtension);