Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / ManagedLibraries / Security / System / Security / SecurityResources.cs / 1305376 / 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
- SingleTagSectionHandler.cs
- InvokeMethodActivity.cs
- EntityDataSourceMemberPath.cs
- DataGridViewCellStyle.cs
- MultiBindingExpression.cs
- LookupBindingPropertiesAttribute.cs
- SafeProcessHandle.cs
- cookiecollection.cs
- StylesEditorDialog.cs
- SmtpFailedRecipientsException.cs
- ServiceMemoryGates.cs
- FileDialog_Vista_Interop.cs
- WindowsListViewItem.cs
- ProcessThreadCollection.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- ToolboxItem.cs
- DataPagerField.cs
- ModelChangedEventArgsImpl.cs
- DBSchemaTable.cs
- ClientRoleProvider.cs
- Html32TextWriter.cs
- InheritanceAttribute.cs
- WorkflowRuntimeEndpoint.cs
- TdsEnums.cs
- HwndTarget.cs
- MenuItem.cs
- RowType.cs
- ArraySortHelper.cs
- PreviewKeyDownEventArgs.cs
- BaseResourcesBuildProvider.cs
- UrlPath.cs
- SafeJobHandle.cs
- LogLogRecordEnumerator.cs
- XmlExceptionHelper.cs
- DataGridTable.cs
- BinaryObjectReader.cs
- CodePageUtils.cs
- SqlDataSourceCommandEventArgs.cs
- ScalarOps.cs
- NamespaceQuery.cs
- Listener.cs
- XmlSchemaNotation.cs
- GridViewUpdatedEventArgs.cs
- QilPatternVisitor.cs
- GenericAuthenticationEventArgs.cs
- WindowsBrush.cs
- EncryptedPackage.cs
- SecurityResources.cs
- SecurityTokenException.cs
- Freezable.cs
- ConfigurationFileMap.cs
- Privilege.cs
- NativeMethods.cs
- DifferencingCollection.cs
- AnnotationAuthorChangedEventArgs.cs
- ScriptControlManager.cs
- Debugger.cs
- CqlGenerator.cs
- FixedSchema.cs
- WaitForChangedResult.cs
- ValidationEventArgs.cs
- sqlser.cs
- Point3D.cs
- DataGridViewColumnEventArgs.cs
- SystemDiagnosticsSection.cs
- ValidatingCollection.cs
- Nullable.cs
- WebControl.cs
- DataGridColumnHeader.cs
- LoginView.cs
- SystemPens.cs
- DataSourceExpression.cs
- DataBoundControlAdapter.cs
- ComplexTypeEmitter.cs
- AttributeSetAction.cs
- autovalidator.cs
- RuntimeConfigLKG.cs
- FocusChangedEventArgs.cs
- SpeakCompletedEventArgs.cs
- DefaultDialogButtons.cs
- Transform3DCollection.cs
- Blend.cs
- FormViewUpdateEventArgs.cs
- XmlSchemaDocumentation.cs
- RelationshipDetailsCollection.cs
- StringResourceManager.cs
- RichTextBox.cs
- TextContainerChangedEventArgs.cs
- UserNamePasswordValidator.cs
- SystemDiagnosticsSection.cs
- DisplayToken.cs
- HwndHost.cs
- AutomationAttributeInfo.cs
- FontConverter.cs
- ZoneButton.cs
- Size.cs
- DialogResultConverter.cs
- SelectionChangedEventArgs.cs
- WsatProxy.cs
- PingOptions.cs