Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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
- Baml2006KnownTypes.cs
- RecordBuilder.cs
- CompoundFileStorageReference.cs
- Error.cs
- KeyValueConfigurationElement.cs
- XmlDictionary.cs
- HostVisual.cs
- Track.cs
- BigInt.cs
- ContainsRowNumberChecker.cs
- ReflectTypeDescriptionProvider.cs
- TextServicesCompartmentContext.cs
- SafeNativeMemoryHandle.cs
- SessionStateSection.cs
- FontFamily.cs
- ListViewCommandEventArgs.cs
- ParenthesizePropertyNameAttribute.cs
- ComboBoxRenderer.cs
- EventLogEntry.cs
- DodSequenceMerge.cs
- LinearQuaternionKeyFrame.cs
- StrongNameUtility.cs
- ValueQuery.cs
- IApplicationTrustManager.cs
- Match.cs
- StringUtil.cs
- UIElementParaClient.cs
- SecUtil.cs
- MultiPageTextView.cs
- JsonFormatWriterGenerator.cs
- SHA384Managed.cs
- XPathAncestorIterator.cs
- SmiEventSink_Default.cs
- FontWeightConverter.cs
- DeviceFilterDictionary.cs
- ClientBase.cs
- DataBoundLiteralControl.cs
- TableCell.cs
- CngUIPolicy.cs
- FontWeight.cs
- ExecutionContext.cs
- EncoderBestFitFallback.cs
- DataKey.cs
- RegexNode.cs
- recordstatefactory.cs
- InternalControlCollection.cs
- Primitive.cs
- DockingAttribute.cs
- ObjectDataSourceMethodEventArgs.cs
- OptionalColumn.cs
- ObjectTag.cs
- RemotingServices.cs
- HandlerFactoryCache.cs
- CodeNamespace.cs
- TypeHelper.cs
- Scanner.cs
- DomainUpDown.cs
- Span.cs
- HelloOperationCD1AsyncResult.cs
- ClientData.cs
- RtfToXamlLexer.cs
- RegistryConfigurationProvider.cs
- XmlValidatingReaderImpl.cs
- DesignerSerializationManager.cs
- TemplateLookupAction.cs
- DataGridViewRowCancelEventArgs.cs
- ScriptResourceHandler.cs
- ActivitySurrogateSelector.cs
- CompilationSection.cs
- RowToFieldTransformer.cs
- HtmlLink.cs
- ToolboxComponentsCreatingEventArgs.cs
- TypefaceCollection.cs
- Executor.cs
- SqlCachedBuffer.cs
- PixelFormatConverter.cs
- documentsequencetextcontainer.cs
- JsonSerializer.cs
- TextChangedEventArgs.cs
- TableLayoutCellPaintEventArgs.cs
- AsymmetricAlgorithm.cs
- IndexedEnumerable.cs
- WindowsSecurityToken.cs
- WebServiceData.cs
- Function.cs
- ConfigXmlSignificantWhitespace.cs
- TransformValueSerializer.cs
- BrowserDefinition.cs
- SmiMetaData.cs
- SignatureToken.cs
- ModelProperty.cs
- TagPrefixAttribute.cs
- WebCategoryAttribute.cs
- RemotingAttributes.cs
- _NegotiateClient.cs
- XappLauncher.cs
- RuntimeConfigurationRecord.cs
- PhonemeConverter.cs
- ByteStack.cs
- HandleCollector.cs