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
- TimeSpanMinutesOrInfiniteConverter.cs
- ScrollPattern.cs
- AmbientLight.cs
- MarshalByRefObject.cs
- PropertiesTab.cs
- MatrixStack.cs
- DataBoundControl.cs
- SerializationFieldInfo.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- UnknownWrapper.cs
- SoapMessage.cs
- RowToParametersTransformer.cs
- ColorConvertedBitmap.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- SecurityManager.cs
- CodeAttributeArgumentCollection.cs
- AccessDataSourceView.cs
- AndCondition.cs
- ModuleBuilder.cs
- XmlNullResolver.cs
- ConfigurationException.cs
- StoreItemCollection.cs
- WebPartEditorApplyVerb.cs
- MeasureItemEvent.cs
- PageSettings.cs
- MenuTracker.cs
- DateTimeUtil.cs
- TypeResolver.cs
- LabelAutomationPeer.cs
- RelatedView.cs
- IncrementalHitTester.cs
- SingleBodyParameterMessageFormatter.cs
- JavaScriptObjectDeserializer.cs
- DictionarySectionHandler.cs
- XmlILStorageConverter.cs
- SystemWebSectionGroup.cs
- SQLDecimalStorage.cs
- EpmCustomContentDeSerializer.cs
- ProjectionCamera.cs
- PointAnimation.cs
- TransformGroup.cs
- TextShapeableCharacters.cs
- FormatConvertedBitmap.cs
- InProcStateClientManager.cs
- DefaultAssemblyResolver.cs
- TransactionException.cs
- EntityDataSourceMemberPath.cs
- SafeViewOfFileHandle.cs
- TypeLoadException.cs
- StyleSheetComponentEditor.cs
- DynamicArgumentDesigner.xaml.cs
- SqlXmlStorage.cs
- COM2PropertyPageUITypeConverter.cs
- MatchNoneMessageFilter.cs
- CssClassPropertyAttribute.cs
- FileUtil.cs
- ModelServiceImpl.cs
- LocatorBase.cs
- BindingGroup.cs
- WebPartZoneBase.cs
- DeferredBinaryDeserializerExtension.cs
- XmlMessageFormatter.cs
- UIPropertyMetadata.cs
- MenuItem.cs
- _ChunkParse.cs
- ManagedFilter.cs
- EntryPointNotFoundException.cs
- PolicyLevel.cs
- WhitespaceReader.cs
- ExpressionConverter.cs
- PageAsyncTaskManager.cs
- ValidationHelpers.cs
- ListViewTableRow.cs
- TreeViewTemplateSelector.cs
- Invariant.cs
- ValueUtilsSmi.cs
- ConsoleTraceListener.cs
- APCustomTypeDescriptor.cs
- NullReferenceException.cs
- WriteTimeStream.cs
- DateTimeOffsetAdapter.cs
- WmlPanelAdapter.cs
- XmlSchemaDatatype.cs
- TypeBinaryExpression.cs
- TrackingDataItem.cs
- EventProviderWriter.cs
- JoinQueryOperator.cs
- PropertyConverter.cs
- ServicesUtilities.cs
- ManagementOptions.cs
- DataGridViewRowsRemovedEventArgs.cs
- CodeVariableDeclarationStatement.cs
- Rect3D.cs
- AttachInfo.cs
- MetadataArtifactLoaderResource.cs
- Message.cs
- CompModHelpers.cs
- InertiaExpansionBehavior.cs
- XmlSerializerNamespaces.cs
- _AuthenticationState.cs