Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- BufferBuilder.cs
- XmlMtomWriter.cs
- DropShadowBitmapEffect.cs
- GroupBox.cs
- IResourceProvider.cs
- DynamicUpdateCommand.cs
- TakeQueryOptionExpression.cs
- LookupBindingPropertiesAttribute.cs
- PathTooLongException.cs
- ReceiveMessageRecord.cs
- RbTree.cs
- TemplateControl.cs
- WebServiceMethodData.cs
- XmlArrayItemAttribute.cs
- DefaultHttpHandler.cs
- BinaryFormatterWriter.cs
- TrustSection.cs
- MediaContext.cs
- TableRow.cs
- QualificationDataAttribute.cs
- XamlRtfConverter.cs
- SqlMethods.cs
- Point4D.cs
- MemberMaps.cs
- ListViewInsertionMark.cs
- PackageRelationshipCollection.cs
- DataGridViewRowConverter.cs
- MappingMetadataHelper.cs
- DataTableClearEvent.cs
- DesignerExtenders.cs
- KnownTypes.cs
- DbConnectionPoolIdentity.cs
- CodeSnippetExpression.cs
- Queue.cs
- OdbcTransaction.cs
- CubicEase.cs
- FlowDocumentFormatter.cs
- PropertyValueUIItem.cs
- AdapterUtil.cs
- DataSourceExpression.cs
- HttpMethodConstraint.cs
- SqlTransaction.cs
- GetReadStreamResult.cs
- ToolStripDropDown.cs
- ZipFileInfo.cs
- LogicalTreeHelper.cs
- DynamicResourceExtension.cs
- SmiSettersStream.cs
- GroupBoxAutomationPeer.cs
- Size3D.cs
- TextParagraph.cs
- StatusBar.cs
- PathStreamGeometryContext.cs
- Transform3DCollection.cs
- BinaryFormatterWriter.cs
- SendParametersContent.cs
- SchemaNamespaceManager.cs
- _UncName.cs
- WindowsFormsLinkLabel.cs
- XmlBindingWorker.cs
- BitmapEffectGeneralTransform.cs
- QilInvoke.cs
- IdleTimeoutMonitor.cs
- FunctionDetailsReader.cs
- UseManagedPresentationBindingElement.cs
- Baml2006KeyRecord.cs
- ThreadStartException.cs
- OleDbRowUpdatedEvent.cs
- Sequence.cs
- ObjectViewQueryResultData.cs
- DynamicUpdateCommand.cs
- CompilationSection.cs
- DispatcherHookEventArgs.cs
- Label.cs
- BuildManager.cs
- XmlQueryTypeFactory.cs
- TileBrush.cs
- SelectionListComponentEditor.cs
- GifBitmapDecoder.cs
- MatrixTransform3D.cs
- SimpleType.cs
- UpdateTranslator.cs
- LineSegment.cs
- ContextMenu.cs
- WorkflowTraceTransfer.cs
- DBDataPermission.cs
- ListViewGroup.cs
- OleDbCommand.cs
- ReadOnlyDataSource.cs
- WorkItem.cs
- ReadOnlyDictionary.cs
- SqlServer2KCompatibilityAnnotation.cs
- ConnectionManagementElement.cs
- AttachedPropertyDescriptor.cs
- HMACSHA384.cs
- DrawToolTipEventArgs.cs
- DataGridViewUtilities.cs
- LinqDataSourceContextEventArgs.cs
- DataGridViewComponentPropertyGridSite.cs
- ElapsedEventArgs.cs