3 references to WriteCharacterString
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnWriter.Text.cs (1)
46
WriteCharacterString
(encodingType, value.AsSpan(), tag);
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X500DistinguishedNameBuilder.cs (1)
371
_writer.
WriteCharacterString
(stringEncodingType, value);
System\Security\Cryptography\X509Certificates\X500NameEncoder.cs (1)
649
writer.
WriteCharacterString
(tagNumber, data);