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
- DomNameTable.cs
- XPathException.cs
- TextElementEnumerator.cs
- OleDbError.cs
- Animatable.cs
- LambdaCompiler.ControlFlow.cs
- RequestDescription.cs
- PeerNameRegistration.cs
- PriorityRange.cs
- CodeIndexerExpression.cs
- DataGridItemCollection.cs
- TransactionScope.cs
- GeneralTransform3DGroup.cs
- Int16Storage.cs
- ClientUrlResolverWrapper.cs
- TreeViewCancelEvent.cs
- SynchronizationLockException.cs
- ServiceProviders.cs
- SendMailErrorEventArgs.cs
- Char.cs
- FileStream.cs
- StringWriter.cs
- LoadedOrUnloadedOperation.cs
- GridViewRow.cs
- TreeViewAutomationPeer.cs
- WebPartVerb.cs
- DependencySource.cs
- ToolstripProfessionalRenderer.cs
- HandlerFactoryWrapper.cs
- sortedlist.cs
- XPathNodeHelper.cs
- ButtonBaseAutomationPeer.cs
- OleDbPermission.cs
- NavigationService.cs
- DesignerSerializationVisibilityAttribute.cs
- StructureChangedEventArgs.cs
- ModelUIElement3D.cs
- KeyValueSerializer.cs
- DSASignatureFormatter.cs
- MessageEventSubscriptionService.cs
- WorkflowRequestContext.cs
- HttpConfigurationContext.cs
- Fonts.cs
- WebCodeGenerator.cs
- LogLogRecordHeader.cs
- EventDescriptorCollection.cs
- AccessDataSourceView.cs
- DESCryptoServiceProvider.cs
- EmptyReadOnlyDictionaryInternal.cs
- MatrixTransform.cs
- Bidi.cs
- XMLDiffLoader.cs
- ActivityInterfaces.cs
- Context.cs
- TagPrefixCollection.cs
- SafeSystemMetrics.cs
- FunctionNode.cs
- SqlFunctionAttribute.cs
- AggregationMinMaxHelpers.cs
- DataBinder.cs
- Compiler.cs
- InkCanvasFeedbackAdorner.cs
- ListBoxItem.cs
- RNGCryptoServiceProvider.cs
- Rect.cs
- SchemaImporterExtensionElement.cs
- IntegerFacetDescriptionElement.cs
- SequentialOutput.cs
- ObjectQueryState.cs
- ReadOnlyHierarchicalDataSource.cs
- DesignerAttribute.cs
- ExtractCollection.cs
- UnsafeNativeMethodsTablet.cs
- DebugView.cs
- QueryAsyncResult.cs
- ComponentConverter.cs
- ClientConfigPaths.cs
- PropertiesTab.cs
- FileSystemEventArgs.cs
- Int64.cs
- InfocardExtendedInformationEntry.cs
- DBSqlParser.cs
- RightsManagementManager.cs
- UnsafeNativeMethods.cs
- RIPEMD160.cs
- ScrollPattern.cs
- QilStrConcatenator.cs
- ModuleElement.cs
- HeaderPanel.cs
- DoubleLinkList.cs
- SecurityKeyIdentifierClause.cs
- AssertSection.cs
- DBCommand.cs
- TagElement.cs
- ToolBar.cs
- TextLineBreak.cs
- CacheVirtualItemsEvent.cs
- DBDataPermission.cs
- DataTableNewRowEvent.cs
- TrackingProfileDeserializationException.cs