Showing posts with label .NET Security. Show all posts
Showing posts with label .NET Security. Show all posts

Monday, August 27, 2007

. NET Type Safety

Type safe means preventing programs from accessing memory outside the bounds of an object's public properties A programming language is type safe when the language defines the behavior for when the programmer treats a value as a type to which it does not belong. Type safety requires that well-typed programs have no unspecified behavior (i.e., their semantics are complete). Languages such as C and C++, which allow programmers to access arbitrary memory locations, are not type safe. An unsafe programming language supports operations (such as accessing arbitrary memory locations), which are not defined in terms of the language semantics. Type safety is a property of the programming language, and not of the programs themselves.

. NET Type Safety

Sunday, May 13, 2007

Encrypting Connection Strings in web.config

DataProtectionConfigurationProvider
And
RSAProtectedConfigurationProvider

With config = ConfigurationManager.OpenWebConfiguration(Request.ApplicationPath)
And
config.Sections(“ConnectionStrings”).SectionInformation.ProtectSection(providerObj)


AQAAANCMnd8.............p4nZCszebgXs=

 
Dotster Domain Registration Special Offer