Code:
/ 4.0 / 4.0 / untmp / 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
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SoapHeaders.cs
- PropertyValueChangedEvent.cs
- ToolStripCustomTypeDescriptor.cs
- FixedPageProcessor.cs
- DispatcherOperation.cs
- KeyEventArgs.cs
- SecurityUniqueId.cs
- ValidationVisibilityAttribute.cs
- MultiPropertyDescriptorGridEntry.cs
- CapacityStreamGeometryContext.cs
- ConfigurationSectionGroup.cs
- Point4DValueSerializer.cs
- AccessControlEntry.cs
- WmpBitmapDecoder.cs
- PinnedBufferMemoryStream.cs
- XmlElementAttributes.cs
- ClientTargetCollection.cs
- _NegoStream.cs
- OutputCacheModule.cs
- Rect3DConverter.cs
- TaskSchedulerException.cs
- SHA384.cs
- DetailsViewUpdatedEventArgs.cs
- TemplateControl.cs
- FormsAuthenticationEventArgs.cs
- ObjectContextServiceProvider.cs
- PropertyChangedEventManager.cs
- DetailsViewRow.cs
- Timer.cs
- HttpCookie.cs
- ListView.cs
- ToolboxDataAttribute.cs
- TablePatternIdentifiers.cs
- ViewCellSlot.cs
- XmlChildNodes.cs
- ButtonBaseDesigner.cs
- DataGridPreparingCellForEditEventArgs.cs
- IdnMapping.cs
- DesignerDataSchemaClass.cs
- BaseCodePageEncoding.cs
- FormsIdentity.cs
- X509CertificateValidator.cs
- ServiceDescription.cs
- NetworkInterface.cs
- DBConnectionString.cs
- Effect.cs
- RuntimeResourceSet.cs
- StrongNameIdentityPermission.cs
- Validator.cs
- BindUriHelper.cs
- TextClipboardData.cs
- DataGridViewColumn.cs
- StructuralCache.cs
- IssuedTokenClientBehaviorsElement.cs
- ListViewDesigner.cs
- PointCollectionValueSerializer.cs
- EncodingTable.cs
- DataGridViewTopRowAccessibleObject.cs
- InvokeAction.cs
- SkipQueryOptionExpression.cs
- FastPropertyAccessor.cs
- QuotedPairReader.cs
- StreamSecurityUpgradeProvider.cs
- ShaderEffect.cs
- DesignerHelpers.cs
- DataGridViewDataConnection.cs
- XmlEnumAttribute.cs
- ToolStripDropDownDesigner.cs
- SafeRegistryHandle.cs
- DragEvent.cs
- XmlSchemaComplexType.cs
- DataStreamFromComStream.cs
- XXXInfos.cs
- FileVersionInfo.cs
- wmiprovider.cs
- FieldValue.cs
- CompiledELinqQueryState.cs
- StringArrayConverter.cs
- MailMessage.cs
- TableCellCollection.cs
- SqlTriggerContext.cs
- StreamInfo.cs
- SHA384.cs
- BindingExpressionUncommonField.cs
- DistinctQueryOperator.cs
- RangeValidator.cs
- EntryPointNotFoundException.cs
- DataIdProcessor.cs
- DiagnosticsConfigurationHandler.cs
- RowToFieldTransformer.cs
- TypedTableBaseExtensions.cs
- PointConverter.cs
- GeneralTransform3DTo2D.cs
- Int32Rect.cs
- AsymmetricSecurityProtocolFactory.cs
- SecurityResources.cs
- EndpointNotFoundException.cs
- EncoderBestFitFallback.cs
- EditBehavior.cs
- DownloadProgressEventArgs.cs