System.Uri.CheckSecurity C# (CSharp) Method

CheckSecurity() private method

private CheckSecurity ( ) : void
return void
        protected virtual void CheckSecurity()
        {
            // This method just does not make sense
            // Should be deprecated and removed asap.
        }