Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CorrelationTokenInvalidatedHandler.cs
- HtmlInputHidden.cs
- DataGridViewButtonColumn.cs
- PaperSource.cs
- PathFigureCollection.cs
- MasterPageCodeDomTreeGenerator.cs
- StringDictionary.cs
- ProtectedProviderSettings.cs
- HostProtectionPermission.cs
- DifferencingCollection.cs
- TemplateEditingVerb.cs
- ElementAction.cs
- PanelDesigner.cs
- AddInEnvironment.cs
- IndicFontClient.cs
- BlurEffect.cs
- ConnectionPoint.cs
- ColumnMapCopier.cs
- Converter.cs
- FrameDimension.cs
- LockedActivityGlyph.cs
- SpecularMaterial.cs
- SystemFonts.cs
- ApplicationBuildProvider.cs
- Authorization.cs
- DialogResultConverter.cs
- EmptyStringExpandableObjectConverter.cs
- ArcSegment.cs
- PKCS1MaskGenerationMethod.cs
- HtmlHead.cs
- XmlMtomWriter.cs
- XmlSchemaImporter.cs
- TargetInvocationException.cs
- ParameterRetriever.cs
- ColumnClickEvent.cs
- BlurBitmapEffect.cs
- ColumnBinding.cs
- MappingException.cs
- Ray3DHitTestResult.cs
- MulticastDelegate.cs
- RijndaelManaged.cs
- Funcletizer.cs
- BasicBrowserDialog.cs
- PasswordBox.cs
- DataSourceControlBuilder.cs
- AggregateNode.cs
- HighlightVisual.cs
- ExceptionAggregator.cs
- FileClassifier.cs
- Condition.cs
- GlobalItem.cs
- FamilyTypeface.cs
- PropertyManager.cs
- WebPartDisplayMode.cs
- PageBuildProvider.cs
- NullReferenceException.cs
- Util.cs
- Keyboard.cs
- CompilerCollection.cs
- CustomError.cs
- BindableTemplateBuilder.cs
- EmbeddedObject.cs
- Timer.cs
- BamlTreeMap.cs
- SizeAnimation.cs
- TreeWalker.cs
- CodeCommentStatementCollection.cs
- AuthenticationService.cs
- FocusWithinProperty.cs
- TouchPoint.cs
- CategoryNameCollection.cs
- DataGridState.cs
- TransformPatternIdentifiers.cs
- InvalidPrinterException.cs
- DictionaryKeyPropertyAttribute.cs
- ipaddressinformationcollection.cs
- VisualStyleTypesAndProperties.cs
- Graph.cs
- TemplateInstanceAttribute.cs
- PolicyLevel.cs
- SqlRewriteScalarSubqueries.cs
- TextRange.cs
- MSAAEventDispatcher.cs
- DataGridColumn.cs
- EntityClientCacheKey.cs
- FocusManager.cs
- configsystem.cs
- UnknownWrapper.cs
- Effect.cs
- IIS7ConfigurationLoader.cs
- RootBrowserWindowAutomationPeer.cs
- TraceRecords.cs
- Rect3DValueSerializer.cs
- XAMLParseException.cs
- SoapFormatterSinks.cs
- CodeFieldReferenceExpression.cs
- LinearGradientBrush.cs
- Queue.cs
- CodeIndexerExpression.cs
- NativeMethods.cs