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