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
- ReadOnlyDataSourceView.cs
- FocusChangedEventArgs.cs
- TextParagraphView.cs
- ListBase.cs
- GroupBoxRenderer.cs
- ExpressionLink.cs
- ComponentConverter.cs
- Font.cs
- IndentTextWriter.cs
- QueryableDataSourceHelper.cs
- Operand.cs
- CodeTypeOfExpression.cs
- FormsAuthenticationTicket.cs
- TraceRecord.cs
- DBSqlParserTable.cs
- RangeValueProviderWrapper.cs
- sortedlist.cs
- DataGridPageChangedEventArgs.cs
- DateTimeValueSerializer.cs
- BackStopAuthenticationModule.cs
- PeerEndPoint.cs
- XmlCharCheckingWriter.cs
- WebEvents.cs
- DataGridViewTopRowAccessibleObject.cs
- GridViewColumnHeader.cs
- ByteArrayHelperWithString.cs
- SafeNativeMethods.cs
- GroupBoxRenderer.cs
- XmlRawWriter.cs
- HttpListenerContext.cs
- CodeAttributeDeclaration.cs
- ResolveMatchesMessageCD1.cs
- InputMethodStateChangeEventArgs.cs
- ValidatingPropertiesEventArgs.cs
- HtmlTitle.cs
- FixedSOMTable.cs
- OperatingSystemVersionCheck.cs
- Privilege.cs
- SplitterPanel.cs
- Msmq.cs
- odbcmetadatafactory.cs
- LinqDataSourceDeleteEventArgs.cs
- ScrollProperties.cs
- ReflectPropertyDescriptor.cs
- DataErrorValidationRule.cs
- ByteStorage.cs
- XamlBrushSerializer.cs
- WebBrowserUriTypeConverter.cs
- CorePropertiesFilter.cs
- SqlInternalConnectionSmi.cs
- TextEncodedRawTextWriter.cs
- ComplexType.cs
- ServiceSecurityAuditBehavior.cs
- StickyNoteHelper.cs
- DesignBindingPicker.cs
- RawAppCommandInputReport.cs
- PlaceHolder.cs
- BitmapData.cs
- ContentWrapperAttribute.cs
- GridItem.cs
- TemplateField.cs
- XmlSchemaSimpleTypeList.cs
- OdbcRowUpdatingEvent.cs
- DocumentViewerHelper.cs
- XamlSerializerUtil.cs
- WebServiceEnumData.cs
- TextServicesCompartmentEventSink.cs
- StorageTypeMapping.cs
- SmtpSection.cs
- PaperSource.cs
- DayRenderEvent.cs
- ToolstripProfessionalRenderer.cs
- DictionarySectionHandler.cs
- ColumnMap.cs
- ModifyActivitiesPropertyDescriptor.cs
- SQLByte.cs
- ArgumentDirectionHelper.cs
- ChildDocumentBlock.cs
- userdatakeys.cs
- UntrustedRecipientException.cs
- TemplateFactory.cs
- MasterPageCodeDomTreeGenerator.cs
- TaiwanLunisolarCalendar.cs
- DoubleAnimationBase.cs
- HtmlInputButton.cs
- NavigationWindowAutomationPeer.cs
- InputScopeAttribute.cs
- DataGridLinkButton.cs
- Metadata.cs
- EntityStoreSchemaFilterEntry.cs
- ExpressionBuilder.cs
- MouseButtonEventArgs.cs
- SizeFConverter.cs
- SizeConverter.cs
- FamilyTypeface.cs
- IndentedWriter.cs
- WebPartConnectionsCloseVerb.cs
- MimeFormReflector.cs
- AliasedSlot.cs
- StorageComplexPropertyMapping.cs