BraintreeEncryption.Library.BouncyCastle.Asn1.Asn1StreamParser.Set00Check C# (CSharp) Method

Set00Check() private method

private Set00Check ( bool enabled ) : void
enabled bool
return void
        private void Set00Check(
			bool enabled)
        {
            if (_in is IndefiniteLengthInputStream)
            {
                ((IndefiniteLengthInputStream) _in).SetEofOn00(enabled);
            }
        }