Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Security / Cryptography / AsymmetricAlgorithm.cs / 1305376 / 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 public void Dispose() { Clear(); } public void Clear() { Dispose(true); GC.SuppressFinalize(this); } protected virtual void Dispose(bool disposing) { return; } // // public properties // public virtual int KeySize { get { return KeySizeValue; } set { int i; int j; for (i=0; i[....] // // // 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 public void Dispose() { Clear(); } public void Clear() { Dispose(true); GC.SuppressFinalize(this); } protected virtual void Dispose(bool disposing) { return; } // // 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
- TextDpi.cs
- ShapingEngine.cs
- ClientRolePrincipal.cs
- RectAnimationClockResource.cs
- FocusTracker.cs
- InternalDispatchObject.cs
- Cell.cs
- WCFBuildProvider.cs
- TransformedBitmap.cs
- TransactionInterop.cs
- RuntimeResourceSet.cs
- DateTimeOffset.cs
- CodeAttributeArgumentCollection.cs
- HttpProfileGroupBase.cs
- QuestionEventArgs.cs
- HelpKeywordAttribute.cs
- TriggerCollection.cs
- DPCustomTypeDescriptor.cs
- HttpRawResponse.cs
- DataRowChangeEvent.cs
- _NestedSingleAsyncResult.cs
- X509Utils.cs
- DirtyTextRange.cs
- ChameleonKey.cs
- RepeatButton.cs
- TreeViewImageIndexConverter.cs
- UrlPath.cs
- RelativeSource.cs
- DbParameterCollectionHelper.cs
- RoleManagerModule.cs
- WebPartConnectionsConfigureVerb.cs
- SynchronousReceiveElement.cs
- AttachedPropertyMethodSelector.cs
- columnmapkeybuilder.cs
- StylusPlugInCollection.cs
- ProfilePropertyNameValidator.cs
- StatusBarPanelClickEvent.cs
- BindingExpressionBase.cs
- TraceSwitch.cs
- WorkItem.cs
- KnownIds.cs
- DataSourceCacheDurationConverter.cs
- Transform.cs
- DataBoundControlHelper.cs
- MimeParameter.cs
- HitTestWithGeometryDrawingContextWalker.cs
- SafeFileHandle.cs
- MulticastIPAddressInformationCollection.cs
- Renderer.cs
- XmlSchemaDatatype.cs
- InstallerTypeAttribute.cs
- EmptyCollection.cs
- ToolBarButtonClickEvent.cs
- ScriptComponentDescriptor.cs
- DataServiceException.cs
- CodeCommentStatementCollection.cs
- AppSettingsExpressionBuilder.cs
- SchemaTableColumn.cs
- NamespaceDecl.cs
- WsdlImporter.cs
- DependencyPropertyValueSerializer.cs
- XmlAttributeOverrides.cs
- TrackingLocationCollection.cs
- FormsAuthenticationEventArgs.cs
- DbSourceParameterCollection.cs
- UnsafeNativeMethods.cs
- DataServiceCollectionOfT.cs
- CommandConverter.cs
- DbConnectionPoolGroupProviderInfo.cs
- ModulesEntry.cs
- Button.cs
- UnhandledExceptionEventArgs.cs
- ResourceReader.cs
- ApplicationInfo.cs
- CodeTypeParameterCollection.cs
- SymbolType.cs
- ColumnMapCopier.cs
- storepermission.cs
- XamlReader.cs
- ConstantExpression.cs
- WindowsSlider.cs
- EntityDataSourceChangingEventArgs.cs
- DrawingImage.cs
- BamlMapTable.cs
- QuaternionRotation3D.cs
- Point3D.cs
- LinqDataSourceView.cs
- QilGenerator.cs
- EventLogEntry.cs
- invalidudtexception.cs
- DemultiplexingClientMessageFormatter.cs
- SecurityTokenInclusionMode.cs
- EntitySqlException.cs
- WindowsHyperlink.cs
- SqlNotificationRequest.cs
- UnhandledExceptionEventArgs.cs
- ConnectionPoint.cs
- TabItemAutomationPeer.cs
- TableSectionStyle.cs
- TryExpression.cs