Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- DataRecordObjectView.cs
- FormClosedEvent.cs
- ConnectionManagementElementCollection.cs
- HiddenFieldPageStatePersister.cs
- StylusEventArgs.cs
- XmlException.cs
- ProxyAttribute.cs
- PrefixQName.cs
- KnownColorTable.cs
- CachedPathData.cs
- SpecialNameAttribute.cs
- DrawingBrush.cs
- EventRecordWrittenEventArgs.cs
- D3DImage.cs
- SerializationException.cs
- ListenerConfig.cs
- SafeTokenHandle.cs
- MD5CryptoServiceProvider.cs
- oledbmetadatacolumnnames.cs
- OledbConnectionStringbuilder.cs
- SslStream.cs
- PropertyKey.cs
- CategoryNameCollection.cs
- PolicyDesigner.cs
- VBIdentifierDesigner.xaml.cs
- VirtualDirectoryMappingCollection.cs
- DataGridDesigner.cs
- DataGridViewRowCollection.cs
- KeyValuePair.cs
- EdmProperty.cs
- DataListCommandEventArgs.cs
- Pair.cs
- HttpCacheVaryByContentEncodings.cs
- SmtpMail.cs
- CustomError.cs
- Span.cs
- Domain.cs
- _NetworkingPerfCounters.cs
- CodeCommentStatementCollection.cs
- SecurityResources.cs
- TemplateApplicationHelper.cs
- CustomErrorCollection.cs
- ClientEventManager.cs
- RegisteredArrayDeclaration.cs
- HiddenField.cs
- TextTreeRootTextBlock.cs
- ResourceAssociationTypeEnd.cs
- ScriptRegistrationManager.cs
- WebBaseEventKeyComparer.cs
- XslAst.cs
- RijndaelManagedTransform.cs
- PingOptions.cs
- BrowserDefinitionCollection.cs
- Currency.cs
- DefaultAssemblyResolver.cs
- BuilderPropertyEntry.cs
- Int16.cs
- MissingFieldException.cs
- DesignerInterfaces.cs
- XmlNodeComparer.cs
- Separator.cs
- EventLogPropertySelector.cs
- SQLDateTimeStorage.cs
- future.cs
- storagemappingitemcollection.viewdictionary.cs
- StaticExtensionConverter.cs
- GridViewColumnHeaderAutomationPeer.cs
- HttpModulesSection.cs
- FloaterBaseParaClient.cs
- Figure.cs
- GCHandleCookieTable.cs
- ClientOperationFormatterProvider.cs
- DeferredTextReference.cs
- Mutex.cs
- RegistryPermission.cs
- VarRefManager.cs
- HashSetEqualityComparer.cs
- Content.cs
- PngBitmapDecoder.cs
- SharedRuntimeState.cs
- ErrorHandler.cs
- DesignerCategoryAttribute.cs
- DataGridViewCellStateChangedEventArgs.cs
- XPathConvert.cs
- HMACSHA256.cs
- DrawingVisual.cs
- ApplicationTrust.cs
- XmlCodeExporter.cs
- QuaternionAnimation.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- DataTable.cs
- ClockController.cs
- NonSerializedAttribute.cs
- WasHttpModulesInstallComponent.cs
- ExternalCalls.cs
- OrthographicCamera.cs
- base64Transforms.cs
- MergeFilterQuery.cs
- RuleConditionDialog.cs
- ValidationResult.cs