CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of security
XML
<!-- place under the <system.web> node-->
<webServices>
    <wsdlHelpGenerator href="denied.aspx" />
    <protocols>
       <remove name="HttpGet" />
       <remove name="HttpPost" />
    </protocols>
</webServices>
by Egli   July 18, 2011 @ 12:56am
87 Views
no comments
 
C#
using System;
using System.Collections.Generic;
using System.Text;
using System.Globalization;
 
namespace Security
{
    /// <summary>
    /// Person Id
    /// </summary>
by MoonBucket   April 25, 2011 @ 2:07pm
Tags: fail, security
112 Views
no comments
 
Download Kaspersky Internet Security 2012 Beta With 91 Days Genuine Activation Key
 
    * Best Anti Virus Software
    * Download Kaspersky 2012 Beta
    * Kaspersky
    * Kaspersky 2012 Activation
    * Kaspersky Antivirus 2012
    * Kaspersky Internet Security 2012
    * KIS 2012
    * KIS 2012 Beta
by even   March 08, 2011 @ 10:17pm
944 Views
no comments
 
C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
using System.Security;
using System.Security.Permissions;
using System.IO;
using System.Security.Policy;
by bnaya   February 05, 2010 @ 11:40am
257 Views
no comments
 
StrongName sn = typeof(Program).Assembly.Evidence.GetHostEvidence<StrongName>();
by bnaya   February 05, 2010 @ 11:39am
164 Views
no comments
 
C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Security;
using System.Security.Permissions;
 
[assembly: AllowPartiallyTrustedCallers]
[assembly: SecurityRules(SecurityRuleSet.Level2)]
namespace TransparentSecurity
by bnaya   February 05, 2010 @ 3:35am
437 Views
no comments
 
C#
using System;
using System.Security.Cryptography;
 
namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            string PlainText = "Luciano Evaristo Guerche";
248 Views
no comments
 
XML
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans xmlns="http://www.springframework.org/schema/security"
  xmlns:beans="http://www.springframework.org/schema/beans"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
              http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.4.xsd"> 
    <http auto-config='true'>
        <intercept-url pattern="/**" access="ROLE_USER" />
    </http>
    <authentication-provider>
by Fernando Claverino   September 27, 2009 @ 9:26am
1304 Views
no comments
 
XML
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
    <display-name>toclasaas</display-name>
    <welcome-file-list>
        <welcome-file>index.html</welcome-file>
        <welcome-file>index.htm</welcome-file>
        <welcome-file>index.jsp</welcome-file>
        <welcome-file>default.html</welcome-file>
        <welcome-file>default.htm</welcome-file>
        <welcome-file>default.jsp</welcome-file>
by Fernando Claverino   September 27, 2009 @ 9:24am
1323 Views
no comments
 
C#
--خط زیر را اول تعریف متود مورد نظر قرار دهید
--با تشکر از مسعود
[PrincipalPermission(SecurityAction.Demand, Role = "SomeRole")]
by afsharm   September 22, 2009 @ 8:20am
318 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate