Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / SMDiagnostics / System / Security / SecurityRequiresReviewAttribute.cs / 1 / SecurityRequiresReviewAttribute.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.Security { using System; using System.Diagnostics; [Conditional("DEBUG")] [AttributeUsage(AttributeTargets.All, AllowMultiple = false, Inherited = false)] sealed class SecurityRequiresReviewAttribute : Attribute { SecurityCriticalScope scope; public SecurityRequiresReviewAttribute() { } public SecurityRequiresReviewAttribute(SecurityCriticalScope scope) { } public SecurityCriticalScope Scope { get { return this.scope; } set { this.scope = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CriticalHandle.cs
- RequestCacheValidator.cs
- LocationUpdates.cs
- ToolZone.cs
- ButtonFieldBase.cs
- MaskedTextBox.cs
- SolidColorBrush.cs
- ObjectStateEntryDbDataRecord.cs
- Vector3D.cs
- Executor.cs
- XmlSchemaSimpleContent.cs
- KeyConverter.cs
- DesignerDataParameter.cs
- ValueType.cs
- TagPrefixAttribute.cs
- UICuesEvent.cs
- Stack.cs
- XmlQueryTypeFactory.cs
- SubMenuStyleCollection.cs
- SocketPermission.cs
- MetaModel.cs
- FormattedText.cs
- ImportDesigner.xaml.cs
- _BufferOffsetSize.cs
- PropertyValueChangedEvent.cs
- GeneratedContractType.cs
- MediaTimeline.cs
- SecurityElement.cs
- ParamArrayAttribute.cs
- MemoryRecordBuffer.cs
- _FixedSizeReader.cs
- AnchoredBlock.cs
- ConfigurationProperty.cs
- ClassData.cs
- ContentPosition.cs
- StubHelpers.cs
- ProtocolElementCollection.cs
- Floater.cs
- XsdDataContractExporter.cs
- DataIdProcessor.cs
- ListViewCommandEventArgs.cs
- FormViewDeletedEventArgs.cs
- DataColumnPropertyDescriptor.cs
- BaseDataListComponentEditor.cs
- InputScope.cs
- ServiceDebugBehavior.cs
- ElementProxy.cs
- Label.cs
- MenuItem.cs
- XmlSchemaChoice.cs
- XsltOutput.cs
- ContainerUtilities.cs
- XmlSchemaSimpleContent.cs
- BitmapMetadataBlob.cs
- FragmentQueryKB.cs
- StringFunctions.cs
- ScriptManagerProxy.cs
- HttpModuleCollection.cs
- DBSqlParserTableCollection.cs
- AddInEnvironment.cs
- DockProviderWrapper.cs
- CompiledRegexRunnerFactory.cs
- SqlUnionizer.cs
- StylusPointProperty.cs
- CroppedBitmap.cs
- HttpResponseInternalWrapper.cs
- HtmlForm.cs
- FixedPageStructure.cs
- ColorDialog.cs
- SharedStatics.cs
- IfJoinedCondition.cs
- SmtpNtlmAuthenticationModule.cs
- ErrorWrapper.cs
- _NativeSSPI.cs
- X509CertificateChain.cs
- OleDbRowUpdatedEvent.cs
- ListenerElementsCollection.cs
- ThrowHelper.cs
- StringHelper.cs
- ErrorHandlerModule.cs
- QilDataSource.cs
- RowToFieldTransformer.cs
- AssemblyBuilder.cs
- Drawing.cs
- SymmetricAlgorithm.cs
- UIElement.cs
- PathFigureCollectionConverter.cs
- DirectoryLocalQuery.cs
- ListControl.cs
- FlowDocument.cs
- ManagedFilter.cs
- StringSorter.cs
- LayoutTableCell.cs
- XmlSubtreeReader.cs
- EastAsianLunisolarCalendar.cs
- Select.cs
- ThrowHelper.cs
- ConfigurationManagerInternalFactory.cs
- NamespaceExpr.cs
- ApplicationFileCodeDomTreeGenerator.cs