Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- GridViewRowEventArgs.cs
- GeneratedView.cs
- SimplePropertyEntry.cs
- DataList.cs
- SocketElement.cs
- IRCollection.cs
- ToolStripDropDownButton.cs
- BitmapFrameEncode.cs
- XamlReader.cs
- FileLogRecordStream.cs
- TableSectionStyle.cs
- PKCS1MaskGenerationMethod.cs
- ListView.cs
- Animatable.cs
- InputLanguage.cs
- ViewBase.cs
- ADConnectionHelper.cs
- FullTrustAssembly.cs
- SoapHeaders.cs
- RenamedEventArgs.cs
- EntityDataSourceContextCreatedEventArgs.cs
- DecimalStorage.cs
- ComAwareEventInfo.cs
- X509Extension.cs
- BrowserDefinitionCollection.cs
- VarRemapper.cs
- LineServices.cs
- ExtentKey.cs
- NativeMethods.cs
- ConnectionsZoneAutoFormat.cs
- SQLSingle.cs
- Rfc4050KeyFormatter.cs
- Vector3DIndependentAnimationStorage.cs
- MiniLockedBorderGlyph.cs
- DetailsViewCommandEventArgs.cs
- ADRole.cs
- VsPropertyGrid.cs
- Container.cs
- WasHttpHandlersInstallComponent.cs
- ListControlDesigner.cs
- HttpModuleActionCollection.cs
- ElementMarkupObject.cs
- ValidationError.cs
- TransactionFlowOption.cs
- XmlSchemaDocumentation.cs
- SafeHandles.cs
- BamlResourceContent.cs
- XmlEntity.cs
- AccessDataSourceView.cs
- OleAutBinder.cs
- ScrollItemPattern.cs
- ContentDisposition.cs
- BitmapVisualManager.cs
- UiaCoreProviderApi.cs
- PersonalizationEntry.cs
- CatchDesigner.xaml.cs
- RuntimeConfigLKG.cs
- DetailsViewRow.cs
- WebPartEditorCancelVerb.cs
- HeaderElement.cs
- Tuple.cs
- HashHelper.cs
- CharacterMetrics.cs
- StructuralType.cs
- HttpConfigurationSystem.cs
- UInt16Converter.cs
- SamlAuthenticationClaimResource.cs
- ToolStripContentPanel.cs
- DataControlReferenceCollection.cs
- SpeechSeg.cs
- GenericsNotImplementedException.cs
- SqlTypeConverter.cs
- _LoggingObject.cs
- SqlAliasesReferenced.cs
- DataFormats.cs
- SettingsSection.cs
- LineMetrics.cs
- Scheduler.cs
- ResourceManagerWrapper.cs
- ControlDesigner.cs
- AspProxy.cs
- CheckBoxPopupAdapter.cs
- SizeAnimationBase.cs
- Style.cs
- WindowHelperService.cs
- BitmapEffectInputData.cs
- RowsCopiedEventArgs.cs
- ComboBoxAutomationPeer.cs
- StringArrayEditor.cs
- OletxCommittableTransaction.cs
- ExtensionSurface.cs
- NullExtension.cs
- Update.cs
- DataRecordInternal.cs
- WindowsButton.cs
- XslNumber.cs
- DataControlReferenceCollection.cs
- TypeDescriptorFilterService.cs
- SqlInternalConnectionSmi.cs
- StrongNameKeyPair.cs