6 references to ReadCharacterString
System.Formats.Asn1 (3)
System\Formats\Asn1\AsnDecoder.Text.cs (3)
143/// <seealso cref="ReadCharacterString"/> 241/// <seealso cref="ReadCharacterString"/> 776string ret = AsnDecoder.ReadCharacterString(
System.Net.Security (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
208string ret = AsnDecoder.ReadCharacterString(_span, _ruleSet, encodingType, out int consumed, expectedTag);
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
208string ret = AsnDecoder.ReadCharacterString(_span, _ruleSet, encodingType, out int consumed, expectedTag);
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
208string ret = AsnDecoder.ReadCharacterString(_span, _ruleSet, encodingType, out int consumed, expectedTag);