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
- RootBrowserWindowAutomationPeer.cs
- UrlPropertyAttribute.cs
- Compiler.cs
- InheritedPropertyDescriptor.cs
- AudioStateChangedEventArgs.cs
- ReferencedCollectionType.cs
- BlobPersonalizationState.cs
- SqlProfileProvider.cs
- PrimarySelectionAdorner.cs
- AnnotationStore.cs
- SettingsPropertyCollection.cs
- HuffmanTree.cs
- CompareInfo.cs
- StoreItemCollection.cs
- RelatedView.cs
- Mappings.cs
- WinInet.cs
- IssuedSecurityTokenParameters.cs
- QilLoop.cs
- DebugController.cs
- XPathExpr.cs
- SmiTypedGetterSetter.cs
- ProvidePropertyAttribute.cs
- ObjectAnimationBase.cs
- CollectionConverter.cs
- ClientClassGenerator.cs
- OleAutBinder.cs
- SizeConverter.cs
- HostingEnvironmentException.cs
- RequestQueue.cs
- Freezable.cs
- CodeTryCatchFinallyStatement.cs
- WorkflowServiceAttributesTypeConverter.cs
- Pts.cs
- SimpleApplicationHost.cs
- XDeferredAxisSource.cs
- WebConfigurationFileMap.cs
- RequestQueue.cs
- AncillaryOps.cs
- FixedDocumentSequencePaginator.cs
- MetadataException.cs
- NetPeerTcpBinding.cs
- NavigationPropertySingletonExpression.cs
- DataControlPagerLinkButton.cs
- DetailsViewModeEventArgs.cs
- HttpHandlerActionCollection.cs
- HMACSHA512.cs
- TextParaClient.cs
- SQLDoubleStorage.cs
- mactripleDES.cs
- DragEvent.cs
- BaseTreeIterator.cs
- mda.cs
- AdornerHitTestResult.cs
- WpfPayload.cs
- PointLightBase.cs
- PointConverter.cs
- WebPartExportVerb.cs
- DurableDispatcherAddressingFault.cs
- PointLight.cs
- ComboBox.cs
- RuntimeCompatibilityAttribute.cs
- PathGeometry.cs
- Policy.cs
- ScrollChrome.cs
- DisableDpiAwarenessAttribute.cs
- JapaneseCalendar.cs
- StyleTypedPropertyAttribute.cs
- ApplicationDirectoryMembershipCondition.cs
- KeyFrames.cs
- WebSysDefaultValueAttribute.cs
- List.cs
- ConnectionProviderAttribute.cs
- HtmlInputFile.cs
- LocalizabilityAttribute.cs
- SQLDateTimeStorage.cs
- StyleCollection.cs
- DataProviderNameConverter.cs
- PreloadedPackages.cs
- ContentDisposition.cs
- TdsParserSessionPool.cs
- PathSegmentCollection.cs
- MD5.cs
- AsymmetricKeyExchangeDeformatter.cs
- MenuBase.cs
- DurableInstanceContextProvider.cs
- GenericEnumerator.cs
- CharKeyFrameCollection.cs
- IPGlobalProperties.cs
- HierarchicalDataBoundControlAdapter.cs
- PeerTransportSecurityElement.cs
- DrawingImage.cs
- X509Certificate.cs
- DataGridViewCell.cs
- Win32.cs
- SpellCheck.cs
- unsafeIndexingFilterStream.cs
- HwndMouseInputProvider.cs
- AmbiguousMatchException.cs
- FrameworkContextData.cs