Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ObfuscateAssemblyAttribute.cs
- WebPartZone.cs
- MessageQueue.cs
- FrameworkRichTextComposition.cs
- _CacheStreams.cs
- TakeOrSkipWhileQueryOperator.cs
- PointLight.cs
- HttpCacheVaryByContentEncodings.cs
- TimerTable.cs
- BitConverter.cs
- ScrollItemPattern.cs
- BinaryObjectReader.cs
- sqlinternaltransaction.cs
- Char.cs
- WmlLiteralTextAdapter.cs
- DataControlPagerLinkButton.cs
- IsolatedStorageFileStream.cs
- SqlBuffer.cs
- CTreeGenerator.cs
- SinglePageViewer.cs
- TraceUtility.cs
- GeneralTransform2DTo3D.cs
- SelectorAutomationPeer.cs
- TraceSection.cs
- DataGridColumnHeaderAutomationPeer.cs
- CompensationToken.cs
- Message.cs
- CacheMode.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- DateTimeConverter.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- ButtonBaseDesigner.cs
- TraceContextEventArgs.cs
- StringValueSerializer.cs
- FontInfo.cs
- FontStretch.cs
- DataKey.cs
- HttpContext.cs
- CharAnimationBase.cs
- XPathMultyIterator.cs
- ExecutionEngineException.cs
- CompiledQuery.cs
- Point.cs
- Help.cs
- ConfigurationManagerInternalFactory.cs
- GridSplitterAutomationPeer.cs
- TextEffectCollection.cs
- Funcletizer.cs
- BitmapSizeOptions.cs
- WebControlToolBoxItem.cs
- UnmanagedMemoryStream.cs
- RuntimeResourceSet.cs
- Transform3DGroup.cs
- StatusBar.cs
- GrammarBuilder.cs
- ClientScriptManagerWrapper.cs
- RotateTransform3D.cs
- ConfigsHelper.cs
- DataGridViewCellEventArgs.cs
- wgx_sdk_version.cs
- FileDocument.cs
- EmbeddedObject.cs
- DbInsertCommandTree.cs
- ViewCellRelation.cs
- WebPartDisplayModeCancelEventArgs.cs
- DataBindingCollectionConverter.cs
- CompositeTypefaceMetrics.cs
- PeerInvitationResponse.cs
- InputLangChangeEvent.cs
- BinaryExpressionHelper.cs
- WebPartHelpVerb.cs
- TableRowGroupCollection.cs
- ResourceWriter.cs
- WrappedIUnknown.cs
- ZoneButton.cs
- assemblycache.cs
- ServiceChannelProxy.cs
- _DisconnectOverlappedAsyncResult.cs
- RunWorkerCompletedEventArgs.cs
- PageThemeParser.cs
- Inflater.cs
- SerialPinChanges.cs
- TemplateField.cs
- CodeNamespace.cs
- FontCollection.cs
- PseudoWebRequest.cs
- CellLabel.cs
- ElementHost.cs
- SimpleTableProvider.cs
- MouseOverProperty.cs
- Vector3DCollectionConverter.cs
- PathTooLongException.cs
- WindowsEditBox.cs
- ReturnType.cs
- PropertyDescriptors.cs
- AndMessageFilter.cs
- EntityDataSourceSelectingEventArgs.cs
- PointKeyFrameCollection.cs
- xmlglyphRunInfo.cs
- AuthenticationServiceManager.cs