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
- EmptyCollection.cs
- StrokeRenderer.cs
- GridViewCommandEventArgs.cs
- ChangeDirector.cs
- documentsequencetextcontainer.cs
- WebWorkflowRole.cs
- WindowsSolidBrush.cs
- TextRange.cs
- ListItemConverter.cs
- LoopExpression.cs
- ClientConvert.cs
- PropertyRecord.cs
- MessageBox.cs
- BitmapEffectvisualstate.cs
- SqlDataSourceFilteringEventArgs.cs
- DateTimePicker.cs
- IncrementalCompileAnalyzer.cs
- TagMapInfo.cs
- PersonalizationProviderCollection.cs
- DesignTable.cs
- DataServiceRequest.cs
- ToolboxItemWrapper.cs
- StorageBasedPackageProperties.cs
- XmlDocument.cs
- CounterCreationData.cs
- Sequence.cs
- ObjectViewListener.cs
- ClassDataContract.cs
- ISAPIApplicationHost.cs
- DataTableClearEvent.cs
- RegionInfo.cs
- RuntimeEnvironment.cs
- StateMachine.cs
- ObjectQuery_EntitySqlExtensions.cs
- BitmapMetadataEnumerator.cs
- BaseServiceProvider.cs
- ReadOnlyTernaryTree.cs
- DataSysAttribute.cs
- BindingContext.cs
- AttributeEmitter.cs
- BooleanConverter.cs
- FormsIdentity.cs
- EdmSchemaError.cs
- SoapExtensionTypeElement.cs
- WebPartEditorCancelVerb.cs
- FloaterBaseParaClient.cs
- OleAutBinder.cs
- PathSegment.cs
- TransformDescriptor.cs
- SafeNativeMethods.cs
- PropertyHelper.cs
- _HelperAsyncResults.cs
- NamedPipeConnectionPoolSettings.cs
- ByteStreamGeometryContext.cs
- HtmlInputSubmit.cs
- QilTypeChecker.cs
- DocumentReference.cs
- ToolStripDesignerAvailabilityAttribute.cs
- StorageModelBuildProvider.cs
- Profiler.cs
- DWriteFactory.cs
- TriggerCollection.cs
- IMembershipProvider.cs
- MediaTimeline.cs
- RepeaterItemCollection.cs
- WebPartMovingEventArgs.cs
- WebPartManagerInternals.cs
- DbCommandTree.cs
- DynamicPropertyHolder.cs
- ParagraphResult.cs
- DetailsViewInsertedEventArgs.cs
- PermissionListSet.cs
- LocationInfo.cs
- MimePart.cs
- ZoneButton.cs
- UnsafeNativeMethodsTablet.cs
- DataViewManager.cs
- HttpServerVarsCollection.cs
- ProfileGroupSettings.cs
- OleDbCommand.cs
- CapacityStreamGeometryContext.cs
- SamlEvidence.cs
- IImplicitResourceProvider.cs
- WebPartConnection.cs
- MatrixKeyFrameCollection.cs
- _LazyAsyncResult.cs
- QfeChecker.cs
- DataMemberFieldConverter.cs
- CachedBitmap.cs
- SystemThemeKey.cs
- PreApplicationStartMethodAttribute.cs
- GetFileNameResult.cs
- IdentitySection.cs
- IpcManager.cs
- CharacterMetricsDictionary.cs
- SystemInfo.cs
- OdbcException.cs
- SvcFileManager.cs
- ProcessThreadCollection.cs
- VirtualPathUtility.cs