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
- ServiceOperationWrapper.cs
- TypedTableBaseExtensions.cs
- ArrangedElement.cs
- AdRotator.cs
- MemberHolder.cs
- SignedInfo.cs
- CardSpacePolicyElement.cs
- CodeFieldReferenceExpression.cs
- WsatServiceCertificate.cs
- UIAgentMonitorHandle.cs
- FormsIdentity.cs
- ShaderEffect.cs
- ContextMenuStrip.cs
- SaveFileDialog.cs
- PreviewPageInfo.cs
- MultiAsyncResult.cs
- UrlPath.cs
- RemotingException.cs
- VariableAction.cs
- ToggleButton.cs
- BinaryExpression.cs
- PropertyItemInternal.cs
- XmlDataDocument.cs
- ConfigXmlCDataSection.cs
- FilterElement.cs
- Size3D.cs
- StatusBarAutomationPeer.cs
- RelationshipEntry.cs
- XmlSchemaAttributeGroupRef.cs
- GraphicsContext.cs
- FileDialog.cs
- ThaiBuddhistCalendar.cs
- InterleavedZipPartStream.cs
- Utility.cs
- AlignmentYValidation.cs
- DefaultBindingPropertyAttribute.cs
- HttpWebResponse.cs
- TextRangeProviderWrapper.cs
- StoreConnection.cs
- SectionUpdates.cs
- SafeHandle.cs
- DSASignatureFormatter.cs
- EndpointNotFoundException.cs
- DetailsViewRowCollection.cs
- InputProcessorProfiles.cs
- CompModHelpers.cs
- DataServicePagingProviderWrapper.cs
- MemberInfoSerializationHolder.cs
- CodeTryCatchFinallyStatement.cs
- JsonFormatMapping.cs
- ReliableChannelFactory.cs
- ErrorReporting.cs
- PropertyDescriptorCollection.cs
- ScrollBar.cs
- InheritanceContextHelper.cs
- ClusterRegistryConfigurationProvider.cs
- ServiceHostFactory.cs
- DbDataRecord.cs
- VectorValueSerializer.cs
- AnnotationAdorner.cs
- InstallerTypeAttribute.cs
- DocComment.cs
- CTreeGenerator.cs
- EventLogTraceListener.cs
- ReferentialConstraint.cs
- CodeIndexerExpression.cs
- DBBindings.cs
- DurableInstance.cs
- SqlNamer.cs
- Int32Collection.cs
- Attributes.cs
- ThreadSafeList.cs
- TextWriterEngine.cs
- HMACSHA1.cs
- CommandBinding.cs
- UseManagedPresentationBindingElementImporter.cs
- WorkflowServiceHostFactory.cs
- FontWeights.cs
- PageParser.cs
- DoubleIndependentAnimationStorage.cs
- Storyboard.cs
- XsltConvert.cs
- PoisonMessageException.cs
- EventListener.cs
- DataMisalignedException.cs
- UTF8Encoding.cs
- ConcurrentQueue.cs
- RichTextBoxConstants.cs
- LiteralControl.cs
- MatchingStyle.cs
- HasCopySemanticsAttribute.cs
- TempFiles.cs
- UriTemplateTrieNode.cs
- AssociationType.cs
- PenLineCapValidation.cs
- returneventsaver.cs
- Query.cs
- RuleDefinitions.cs
- Codec.cs
- CompilerCollection.cs