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
- DynamicILGenerator.cs
- ContravarianceAdapter.cs
- DataGridTextBox.cs
- XmlSignatureProperties.cs
- GridToolTip.cs
- autovalidator.cs
- ExpressionBinding.cs
- WebConfigurationHost.cs
- RelationshipType.cs
- Table.cs
- TreeViewHitTestInfo.cs
- OrderedEnumerableRowCollection.cs
- BulletDecorator.cs
- ProfileGroupSettingsCollection.cs
- TabletCollection.cs
- RegexGroup.cs
- XmlUnspecifiedAttribute.cs
- DispatcherEventArgs.cs
- BitArray.cs
- OletxEnlistment.cs
- MailWebEventProvider.cs
- Int64AnimationUsingKeyFrames.cs
- SqlDataSourceDesigner.cs
- ByValueEqualityComparer.cs
- Point3DCollectionValueSerializer.cs
- RootDesignerSerializerAttribute.cs
- CheckBoxField.cs
- ReadOnlyCollection.cs
- LayoutInformation.cs
- EntityContainer.cs
- RecordManager.cs
- UnsafeNativeMethods.cs
- DrawListViewColumnHeaderEventArgs.cs
- ToolStripMenuItem.cs
- BrowserCapabilitiesFactory.cs
- ConsoleKeyInfo.cs
- EventsTab.cs
- SRGSCompiler.cs
- ProofTokenCryptoHandle.cs
- CodeLinePragma.cs
- XmlSchemaInferenceException.cs
- DependencyObjectPropertyDescriptor.cs
- SqlDataReaderSmi.cs
- Events.cs
- VerticalAlignConverter.cs
- RequestTimeoutManager.cs
- StoreContentChangedEventArgs.cs
- Exceptions.cs
- NamespaceCollection.cs
- Keyboard.cs
- FocusTracker.cs
- PathSegmentCollection.cs
- tooltip.cs
- XmlResolver.cs
- TextTreeDeleteContentUndoUnit.cs
- AdornedElementPlaceholder.cs
- MembershipUser.cs
- HandlerBase.cs
- SafeHandles.cs
- ThreadPool.cs
- LiteralLink.cs
- ComplexType.cs
- FrameSecurityDescriptor.cs
- Visual3D.cs
- DocumentApplication.cs
- WebBrowserProgressChangedEventHandler.cs
- DependencyPropertyKind.cs
- TextInfo.cs
- DebuggerAttributes.cs
- cookiecollection.cs
- GridViewRowEventArgs.cs
- LazyTextWriterCreator.cs
- DoubleLink.cs
- BuiltInExpr.cs
- XmlSchemaInclude.cs
- objectquery_tresulttype.cs
- RegistrationServices.cs
- HttpModulesSection.cs
- SpanIndex.cs
- ListenerConnectionModeReader.cs
- XmlStreamStore.cs
- SqlProvider.cs
- DefaultExpressionVisitor.cs
- ReflectionTypeLoadException.cs
- TypeUtils.cs
- Effect.cs
- LateBoundBitmapDecoder.cs
- CompositeCollectionView.cs
- BaseAsyncResult.cs
- C14NUtil.cs
- TextServicesPropertyRanges.cs
- StreamUpgradeBindingElement.cs
- CodeConditionStatement.cs
- PropertyGridView.cs
- ListViewUpdateEventArgs.cs
- ContractReference.cs
- CommandLibraryHelper.cs
- Int32AnimationBase.cs
- TypeConverterMarkupExtension.cs
- ThreadExceptionDialog.cs