Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / clr / src / BCL / System / Security / Cryptography / AsymmetricAlgorithm.cs / 1 / AsymmetricAlgorithm.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // AsymmetricAlgorithm.cs // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public abstract class AsymmetricAlgorithm : IDisposable { protected int KeySizeValue; protected KeySizes[] LegalKeySizesValue; // // public constructors // protected AsymmetricAlgorithm() {} // AsymmetricAlgorithm implements IDisposable ///void IDisposable.Dispose() { Dispose(true); GC.SuppressFinalize(this); } public void Clear() { ((IDisposable) this).Dispose(); } protected abstract void Dispose(bool disposing); // // public properties // public virtual int KeySize { get { return KeySizeValue; } set { int i; int j; for (i=0; i void IDisposable.Dispose() { Dispose(true); GC.SuppressFinalize(this); } public void Clear() { ((IDisposable) this).Dispose(); } protected abstract void Dispose(bool disposing); // // public properties // public virtual int KeySize { get { return KeySizeValue; } set { int i; int j; for (i=0; i
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlCustomFormatter.cs
- EventLogEntryCollection.cs
- ChangeProcessor.cs
- BrushConverter.cs
- HtmlDocument.cs
- CompositeTypefaceMetrics.cs
- TextEditorSpelling.cs
- SHA384.cs
- ToolStripSystemRenderer.cs
- ScrollBar.cs
- DataKeyCollection.cs
- SortDescriptionCollection.cs
- MatrixTransform.cs
- XmlAnyElementAttributes.cs
- WeakReferenceKey.cs
- XPathAncestorIterator.cs
- RectangleGeometry.cs
- CellTreeNodeVisitors.cs
- DesignerCategoryAttribute.cs
- DragCompletedEventArgs.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- HMACSHA1.cs
- StorageEndPropertyMapping.cs
- ClosableStream.cs
- EntityDescriptor.cs
- FloaterBaseParagraph.cs
- ItemCheckedEvent.cs
- BindingBase.cs
- PostBackTrigger.cs
- SecurityRuntime.cs
- AxHostDesigner.cs
- SecurityContextTokenCache.cs
- ErrorHandlingAcceptor.cs
- SqlCacheDependencyDatabaseCollection.cs
- Matrix.cs
- StorageComplexPropertyMapping.cs
- CharacterHit.cs
- BatchParser.cs
- Rectangle.cs
- CachedFontFace.cs
- IsolationInterop.cs
- DecoderReplacementFallback.cs
- DataRowChangeEvent.cs
- IncrementalReadDecoders.cs
- MemberInitExpression.cs
- DataGridViewCellConverter.cs
- NullableLongSumAggregationOperator.cs
- COM2IPerPropertyBrowsingHandler.cs
- HandleCollector.cs
- UriTemplateHelpers.cs
- StateInitialization.cs
- CommonProperties.cs
- DefaultParameterValueAttribute.cs
- Clause.cs
- MethodToken.cs
- RegistrySecurity.cs
- QilChoice.cs
- ReferentialConstraintRoleElement.cs
- MetadataLocation.cs
- CodeGenerator.cs
- ApplicationTrust.cs
- ThreadStaticAttribute.cs
- DatagridviewDisplayedBandsData.cs
- TitleStyle.cs
- RegisteredHiddenField.cs
- ProgressBar.cs
- CodeExporter.cs
- CustomDictionarySources.cs
- TemplatedMailWebEventProvider.cs
- PeerNameRecordCollection.cs
- XamlPointCollectionSerializer.cs
- MessageHeaderAttribute.cs
- StringConverter.cs
- SetStoryboardSpeedRatio.cs
- CallbackHandler.cs
- Triplet.cs
- OutputWindow.cs
- RawStylusActions.cs
- ComponentDispatcherThread.cs
- PageParser.cs
- SamlNameIdentifierClaimResource.cs
- Crc32.cs
- UInt64.cs
- DataControlHelper.cs
- StringValueSerializer.cs
- ExpressionBinding.cs
- ListBindingConverter.cs
- RegexWorker.cs
- TypeElement.cs
- FlowLayoutSettings.cs
- TextElementEnumerator.cs
- SystemWebCachingSectionGroup.cs
- WebBrowserBase.cs
- CheckBoxBaseAdapter.cs
- CorrelationValidator.cs
- EntityDataSourceMemberPath.cs
- WorkflowTraceTransfer.cs
- NavigateUrlConverter.cs
- DocumentPageHost.cs
- Trace.cs