4 references to GetValidityException
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnDecoder.cs (3)
172throw GetValidityException(validity); 461throw GetValidityException(LengthValidity.CerRequiresIndefinite); 467throw GetValidityException(LengthValidity.PrimitiveEncodingRequiresDefinite);
System\Formats\Asn1\AsnDecoder.Sequence.cs (1)
80throw GetValidityException(LengthValidity.LengthExceedsInput);