Category: C#
-
So here’s the backstory: I received the task of improving certificate enrollment so that users can 1) Be verified via username, password, captcha & verification pin 2) Auto Enroll without an external approval 3) Simplify the process As some of you already know, ADCS via web enrollment is…how can we…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
So you want to execute an Oracle stored procedure with parameters, huh? For this example I have an Oracle stored procedure called MEMBER_TYPE_UPDATE that will update what type of membership I have based on the numeric value. This sort of snippet can be used in a web application directly or called by…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
I have used the following snippet many times in the past. I would recommend validating your string values if the values are dynamic. I would also recommend placing your email attempt in a try/catch so you will not break your web application if there is some kind of issue on…