Download CLR Security

Description

The CLR security team codeplex site provides sample code and libraries of APIs to extend and debug the security APIs that ship with the .NET Framework. This codeplex site includes Security.Cryptography.dll which adds new cryptography algorithms to the .NET framework, as well ...

Source Files

The download file clrsecurity.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
PTRunner/AssemblyVersion.cs// w  w  w  . j  av  a 2s  .  co  m
PTRunner/PTRunner.sln
PTRunner/src/AssemblyRunner.cs
PTRunner/src/CommandLineData.cs
PTRunner/src/CustomDictionary.xml
PTRunner/src/GlobalSuppressions.cs
PTRunner/src/PTRunner.cs
PTRunner/src/PTRunner.csproj
PTRunner/src/PermissionSetFactoryV4.cs
PTRunner/src/Properties/AssemblyInfo.cs
PTRunner/src/Properties/Resources.Designer.cs
PTRunner/src/Properties/Resources.resx
PTRunner/src/readme.txt
Security.Cryptography.Debug/AssemblyVersion.cs
Security.Cryptography.Debug/LocalTestRun.testrunconfig
Security.Cryptography.Debug/Security.Cryptography.Debug.sln
Security.Cryptography.Debug/Security.Cryptography.Debug.vsmdi
Security.Cryptography.Debug/src/AuthenticatedCryptoTransformShim.cs
Security.Cryptography.Debug/src/AuthenticatedSymmetricAlgorithmExtensionMethods.cs
Security.Cryptography.Debug/src/AuthenticatedSymmetricAlgorithmLogger.cs
Security.Cryptography.Debug/src/AuthenticatedSymmetricAlgorithmShim.cs
Security.Cryptography.Debug/src/AuthenticatedSymmetricAlgorithmVerifier.cs
Security.Cryptography.Debug/src/AuthenticatedSymmetricEncryptionState.cs
Security.Cryptography.Debug/src/CryptoTransformShim.cs
Security.Cryptography.Debug/src/CryptographicDiagnosticException.cs
Security.Cryptography.Debug/src/CryptographyLockContext.cs
Security.Cryptography.Debug/src/CustomDictionary.xml
Security.Cryptography.Debug/src/GlobalSuppressions.cs
Security.Cryptography.Debug/src/Properties/AssemblyInfo.cs
Security.Cryptography.Debug/src/Properties/Resources.Designer.cs
Security.Cryptography.Debug/src/Properties/Resources.resx
Security.Cryptography.Debug/src/Security.Cryptography.Debug.csproj
Security.Cryptography.Debug/src/SymmetricAlgorithmDiagnosticOptions.cs
Security.Cryptography.Debug/src/SymmetricAlgorithmExtensionMethods.cs
Security.Cryptography.Debug/src/SymmetricAlgorithmLogger.cs
Security.Cryptography.Debug/src/SymmetricAlgorithmShim.cs
Security.Cryptography.Debug/src/SymmetricAlgorithmVerifier.cs
Security.Cryptography.Debug/src/SymmetricEncryptionState.cs
Security.Cryptography.Debug/test/AuthenticatedSymmetricAlgorithmVerifierTests.cs
Security.Cryptography.Debug/test/Properties/AssemblyInfo.cs
Security.Cryptography.Debug/test/Security.Cryptography.Debug.Test.csproj
Security.Cryptography.Debug/test/SymmetricAlgorithmVerifierTests.cs
Security.Cryptography/AssemblyVersion.cs
Security.Cryptography/LocalTestRun.testrunconfig
Security.Cryptography/Security.Cryptography.sln
Security.Cryptography/Security.Cryptography.vsmdi
Security.Cryptography/src/AesCng.cs
Security.Cryptography/src/AuthenticatedAes.cs
Security.Cryptography/src/AuthenticatedAesCng.cs
Security.Cryptography/src/AuthenticatedSymmetricAlgorithm.cs
Security.Cryptography/src/BCryptAuthenticatedSymmetricAlgorithm.cs
Security.Cryptography/src/BCryptAuthenticatedSymmetricCryptoTransform.cs
Security.Cryptography/src/BCryptHMAC.cs
Security.Cryptography/src/BCryptNative.cs
Security.Cryptography/src/BCryptSymmetricAlgorithm.cs
Security.Cryptography/src/BCryptSymmetricCryptoTransform.cs
Security.Cryptography/src/BlockPaddingMethod.cs
Security.Cryptography/src/CapiNative.cs
Security.Cryptography/src/CngAlgorithm2.cs
Security.Cryptography/src/CngChainingMode.cs
Security.Cryptography/src/CngKeyExtensionMethods.cs
Security.Cryptography/src/CngProvider2.cs
Security.Cryptography/src/CngProviderCollection.cs
Security.Cryptography/src/CngProviderExtensionMethods.cs
Security.Cryptography/src/CryptoConfig2.cs
Security.Cryptography/src/CustomDictionary.xml
Security.Cryptography/src/GlobalSuppressions.cs
Security.Cryptography/src/HMACSHA256Cng.cs
Security.Cryptography/src/HMACSHA384Cng.cs
Security.Cryptography/src/HMACSHA512Cng.cs
Security.Cryptography/src/IAuthenticatedCryptoTransform.cs
Security.Cryptography/src/ICngAlgorithm.cs
Security.Cryptography/src/ICngAsymmetricAlgorithm.cs
Security.Cryptography/src/ICngSymmetricAlgorithm.cs
Security.Cryptography/src/ICryptoTransform2.cs
Security.Cryptography/src/NCryptNative.cs
Security.Cryptography/src/Oid2.cs
Security.Cryptography/src/Properties/AssemblyInfo.cs
Security.Cryptography/src/Properties/Resources.Designer.cs
Security.Cryptography/src/Properties/Resources.resx
Security.Cryptography/src/RNGCng.cs
Security.Cryptography/src/RSACng.cs
Security.Cryptography/src/RSAPKCS1SHA256SignatureDescription.cs
Security.Cryptography/src/Security.Cryptography.csproj
Security.Cryptography/src/TripleDESCng.cs
Security.Cryptography/src/Win32Native.cs
Security.Cryptography/src/X509Certificates/SafeCertContextHandle.cs
Security.Cryptography/src/X509Certificates/X509AlternateName.cs
Security.Cryptography/src/X509Certificates/X509AlternateNameBlob.cs
Security.Cryptography/src/X509Certificates/X509AlternateNameIPAddress.cs
Security.Cryptography/src/X509Certificates/X509AlternateNameOther.cs
Security.Cryptography/src/X509Certificates/X509AlternateNameString.cs
Security.Cryptography/src/X509Certificates/X509Certificate2ExtensionMethods.cs
Security.Cryptography/src/X509Certificates/X509CertificateCreationParameters.cs
Security.Cryptography/src/X509Certificates/X509CertificateExtensionMethods.cs
Security.Cryptography/src/X509Certificates/X509Native.cs
Security.Cryptography/src/Xml/EncryptedXmlExtensionMethods.cs
Security.Cryptography/src/Xml/TransformFactory.cs
Security.Cryptography/src/Xml/XmlDsigNodeList.cs
Security.Cryptography/src/Xml/XmlDsigXPathWithNamespacesTransform.cs
Security.Cryptography/test/AesCngTests.cs
Security.Cryptography/test/AuthenticatedAesCngCcmTestVectorTests.cs
Security.Cryptography/test/AuthenticatedAesCngGcmTestVectorTests.cs
Security.Cryptography/test/AuthenticatedAesCngTests.cs
Security.Cryptography/test/AuthenticatedAesTests.cs
Security.Cryptography/test/AuthenticatedSymmetricAlgorithmTests.cs
Security.Cryptography/test/CngAlgorithm2Tests.cs
Security.Cryptography/test/CngChainingModeTests.cs
Security.Cryptography/test/CngKeyTests.cs
Security.Cryptography/test/CngProvider2Tests.cs
Security.Cryptography/test/CryptoConfig2Tests.cs
Security.Cryptography/test/HMACSHA256CngTests.cs
Security.Cryptography/test/HMACSHA384CngTests.cs
Security.Cryptography/test/HMACSHA512CngTests.cs
Security.Cryptography/test/Oid2Tests.cs
Security.Cryptography/test/Properties/AssemblyInfo.cs
Security.Cryptography/test/Properties/exchange.microsoft.com.cer
Security.Cryptography/test/Properties/microsoft.cer
Security.Cryptography/test/RNGCngTests.cs
Security.Cryptography/test/RSACngTests.cs
Security.Cryptography/test/RSAPKCS1SHA256SignatureDescriptionTests.cs
Security.Cryptography/test/Security.Cryptography.Test.csproj
Security.Cryptography/test/TripleDESCngTests.cs
Security.Cryptography/test/Util.cs
Security.Cryptography/test/X509Certificates/X509Certificate2Tests.cs
Security.Cryptography/test/X509Certificates/X509CertificateCreationParametersTests.cs
Security.Cryptography/test/Xml/EncryptedXmlTests.cs
Security.Cryptography/test/Xml/TransformFactoryTests.cs
Security.Cryptography/test/Xml/XmlDsigXPathWithNamespacesTransformTests.cs
Security/AssemblyVersion.cs
Security/LocalTestRun.testrunconfig
Security/Security.sln
Security/Security.vsmdi
Security/src/AppDomainExtensionMethods.cs
Security/src/CustomDictionary.xml
Security/src/GlobalSuppressions.cs
Security/src/PermissionSetFactory.cs
Security/src/Policy/ApplicationTrustExtensionMethods.cs
Security/src/Policy/EvidenceExtensionMethods.cs
Security/src/Policy/StrongNameExtensionMethods.cs
Security/src/Principal/GroupSecurityIdentifierAttributes.cs
Security/src/Principal/GroupSecurityIdentifierInformation.cs
Security/src/Principal/LogOnProvider.cs
Security/src/Principal/LogOnType.cs
Security/src/Principal/NTAccountExtensionMethods.cs
Security/src/Principal/SafeTokenHandle.cs
Security/src/Principal/WindowsIdentityExtensionMethods.cs
Security/src/Properties/AssemblyInfo.cs
Security/src/Properties/Resources.Designer.cs
Security/src/Properties/Resources.resx
Security/src/Reflection/AssemblyExtensionMethods.cs
Security/src/SandboxActivator.cs
Security/src/SandboxFactory.cs
Security/src/Security.csproj
Security/src/SecurityElementExtensionMethods.cs
Security/src/StandardPermissionSet.cs
Security/src/Win32Native.cs
Security/test/AppDomainFactory.cs
Security/test/AppDomainTests.cs
Security/test/PermissionSetFactoryTests.cs
Security/test/Policy/ApplicationTrustTests.cs
Security/test/Policy/EvidenceTests.cs
Security/test/Policy/StrongNameTests.cs
Security/test/Principal/WindowsIdentityTests.cs
Security/test/Properties/AssemblyInfo.cs
Security/test/Reflection/AssemblyTests.cs
Security/test/SandboxActivatorTests.cs
Security/test/SandboxFactoryTests.cs
Security/test/Security.Test.csproj
Security/test/SecurityElementTests.cs

Download

Click the following link to download clrsecurity.zip.

clrsecurity.zip




















Home »
  C# Free Code »
    Security »




Cryptography
OAuth
OAuth2
Security
SSH