Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / clr / src / ManagedLibraries / Security / System / Security / SecurityResources.cs / 1 / SecurityResources.cs
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
/*============================================================
**
** Class: SecurityResources
**
** Author: Rudi Martin
**
** Purpose: Internal class providing access to resources in
** System.Security.dll.
**
** Date: July 14, 2000
**
============================================================*/
namespace System.Security {
using System;
using System.Resources;
internal static class SecurityResources
{
private static ResourceManager s_resMgr;
internal static String GetResourceString(String key)
{
if (s_resMgr == null)
s_resMgr = new ResourceManager("system.security", typeof(SecurityResources).Assembly);
return s_resMgr.GetString(key, null);
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
/*============================================================
**
** Class: SecurityResources
**
** Author: Rudi Martin
**
** Purpose: Internal class providing access to resources in
** System.Security.dll.
**
** Date: July 14, 2000
**
============================================================*/
namespace System.Security {
using System;
using System.Resources;
internal static class SecurityResources
{
private static ResourceManager s_resMgr;
internal static String GetResourceString(String key)
{
if (s_resMgr == null)
s_resMgr = new ResourceManager("system.security", typeof(SecurityResources).Assembly);
return s_resMgr.GetString(key, null);
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlProcessingInstruction.cs
- XPathParser.cs
- MultiBinding.cs
- SecurityChannelFaultConverter.cs
- FrameDimension.cs
- ObjectListCommand.cs
- Matrix.cs
- ConnectionPoint.cs
- ActivityContext.cs
- EncodingNLS.cs
- CompressionTransform.cs
- SqlConnectionPoolProviderInfo.cs
- TextCharacters.cs
- CodeDirectiveCollection.cs
- SerializationStore.cs
- IIS7ConfigurationLoader.cs
- SystemWebSectionGroup.cs
- TypeHelpers.cs
- BuildProvider.cs
- PeerEndPoint.cs
- IUnknownConstantAttribute.cs
- SchemaDeclBase.cs
- NotificationContext.cs
- ActivityBuilderHelper.cs
- Pipe.cs
- SafeNativeMethods.cs
- DataSourceControlBuilder.cs
- CodeCatchClause.cs
- SiteMapSection.cs
- DateTimeConverter2.cs
- CodeGenerationManager.cs
- AttributeUsageAttribute.cs
- HttpAsyncResult.cs
- NullableDecimalMinMaxAggregationOperator.cs
- Button.cs
- SafeNativeMethods.cs
- IndentTextWriter.cs
- XmlArrayItemAttribute.cs
- HotSpot.cs
- EmptyEnumerator.cs
- DataGridAutoFormatDialog.cs
- XomlCompilerError.cs
- Stroke.cs
- RegexCaptureCollection.cs
- OptionalMessageQuery.cs
- LineServicesRun.cs
- PinnedBufferMemoryStream.cs
- XPathParser.cs
- ValueChangedEventManager.cs
- QueryStatement.cs
- CompilationLock.cs
- ToolStripItemDataObject.cs
- XslCompiledTransform.cs
- XmlAttributeOverrides.cs
- RunInstallerAttribute.cs
- GiveFeedbackEvent.cs
- FormViewDeletedEventArgs.cs
- ExpandableObjectConverter.cs
- TextWriterEngine.cs
- FormViewUpdatedEventArgs.cs
- Transactions.cs
- ImageField.cs
- PaintEvent.cs
- ToolStripRenderer.cs
- NavigatingCancelEventArgs.cs
- BaseTreeIterator.cs
- TimeEnumHelper.cs
- OptimisticConcurrencyException.cs
- HttpHandlerAction.cs
- HttpMethodAttribute.cs
- RelationshipEndCollection.cs
- DataGridAutoFormat.cs
- DataServices.cs
- CLSCompliantAttribute.cs
- HtmlInputFile.cs
- BaseCollection.cs
- MdbDataFileEditor.cs
- MetadataExchangeClient.cs
- SendAgentStatusRequest.cs
- _SafeNetHandles.cs
- LoaderAllocator.cs
- SoapConverter.cs
- StringValidatorAttribute.cs
- DynamicMethod.cs
- SQLStringStorage.cs
- ExpressionVisitor.cs
- PassportAuthenticationEventArgs.cs
- ExtensionDataObject.cs
- WindowsRichEdit.cs
- ISAPIRuntime.cs
- GridViewUpdateEventArgs.cs
- NativeMethods.cs
- XmlSchemaAttributeGroupRef.cs
- PopupEventArgs.cs
- DataFormats.cs
- TemplateBuilder.cs
- DataContext.cs
- IdentityModelStringsVersion1.cs
- Token.cs
- CodeAttributeArgumentCollection.cs