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
- XmlSerializerFormatAttribute.cs
- OdbcEnvironmentHandle.cs
- CheckableControlBaseAdapter.cs
- ItemsControl.cs
- ErasingStroke.cs
- TrustLevel.cs
- TextEditorCharacters.cs
- ValidationRuleCollection.cs
- CommonDialog.cs
- RSAOAEPKeyExchangeDeformatter.cs
- StateManagedCollection.cs
- DrawTreeNodeEventArgs.cs
- MetaDataInfo.cs
- SystemResourceHost.cs
- FacetEnabledSchemaElement.cs
- ProjectionCamera.cs
- DataContractAttribute.cs
- ToolStripDesignerAvailabilityAttribute.cs
- CreateParams.cs
- ControlBindingsCollection.cs
- CqlParser.cs
- InternalConfigHost.cs
- InputBuffer.cs
- BitmapMetadataBlob.cs
- PersistChildrenAttribute.cs
- SoapTypeAttribute.cs
- PathSegmentCollection.cs
- odbcmetadatacolumnnames.cs
- securitycriticaldataformultiplegetandset.cs
- Vector3DCollection.cs
- TaskSchedulerException.cs
- ManagedFilter.cs
- MatrixCamera.cs
- EasingKeyFrames.cs
- PropertyRecord.cs
- BlockCollection.cs
- HtmlInputImage.cs
- TraceProvider.cs
- ColorTransform.cs
- MeasurementDCInfo.cs
- Setter.cs
- WinInetCache.cs
- SpotLight.cs
- ThreadStartException.cs
- ResolveRequestResponseAsyncResult.cs
- ProfileBuildProvider.cs
- Border.cs
- Bezier.cs
- storepermissionattribute.cs
- ScriptReferenceBase.cs
- loginstatus.cs
- MatrixTransform.cs
- TypeGenericEnumerableViewSchema.cs
- RoleManagerSection.cs
- BinaryReader.cs
- HttpServerUtilityBase.cs
- ShellProvider.cs
- DateTimeFormatInfo.cs
- SqlParameter.cs
- ByteStream.cs
- TraceInternal.cs
- Int16KeyFrameCollection.cs
- PreservationFileWriter.cs
- EditorPartChrome.cs
- AstTree.cs
- ListView.cs
- NumberFunctions.cs
- SqlUserDefinedTypeAttribute.cs
- ReaderContextStackData.cs
- NativeMethods.cs
- Track.cs
- DbParameterCollectionHelper.cs
- RegisteredDisposeScript.cs
- EventlogProvider.cs
- LocalizationComments.cs
- ToolStripManager.cs
- _DigestClient.cs
- GorillaCodec.cs
- ClientBuildManagerCallback.cs
- OneOfTypeConst.cs
- DirtyTextRange.cs
- XmlIncludeAttribute.cs
- ToolStripDesignerAvailabilityAttribute.cs
- EntityDataSourceChangingEventArgs.cs
- BasicSecurityProfileVersion.cs
- ExpandableObjectConverter.cs
- IUnknownConstantAttribute.cs
- GridViewDeleteEventArgs.cs
- TCPListener.cs
- XmlBinaryReaderSession.cs
- XmlObjectSerializerWriteContextComplex.cs
- ParserOptions.cs
- CounterNameConverter.cs
- ProfileProvider.cs
- CreateUserErrorEventArgs.cs
- OperatorExpressions.cs
- Bits.cs
- XDRSchema.cs
- RewritingValidator.cs
- MetadataFile.cs