RFC1920

Results 10 comments of RFC1920

Has there been any movement on this? I am struggling with similar issues in that I need to be able to add additional references.

For what it's worth, I am seeing the same. The only difference seems to be that the expiration date comes back as 12/31/9999 5:59:59 PM for Standard vs. Trial which...

I would tend to agree, or I also completely misunderstand the purpose of it.

Seems that I can also modify the signature and ID randomly and the license still validates as Trial with the expiration of 12/31/9999 :(

I was looking at this this morning. I have a working case based on seeing no headers in a csv file. However, the main problem is determining if the connection...

As a corp user, I am well over the idea of using custom ports :) Anyway, for a simple list of machines, I think we can safely assume the port...

The ask was for the ability to import a simple list of machine names. I have often wanted to do this, myself. This is what it looks like so far:...

I suppose if someone wants to import garbage, this would do that. If there is a standard text cleanser routine, calling that might help to clean it up.

From the vast knowledge of stackoverflow :) ```cs public static string RemoveSpecialCharacters(string input) { Regex r = new Regex( "(?:[^a-zA-Z0-9 ]|(?

Is this not what the Id field is for?