G
Guest
What is the equivalent VB.net code for Bitwise Inclusive OR Operator (|) in
CSharp?
Example what is the equivalent VB.net code for the following CSharp.net code?
dwFlags = CRYPTPROTECT_LOCAL_MACHINE|CRYPTPROTECT_UI_FORBIDDEN;
CSharp?
Example what is the equivalent VB.net code for the following CSharp.net code?
dwFlags = CRYPTPROTECT_LOCAL_MACHINE|CRYPTPROTECT_UI_FORBIDDEN;