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
- TraceHandlerErrorFormatter.cs
- LocatorPartList.cs
- DbProviderServices.cs
- Point3DKeyFrameCollection.cs
- TextTreeUndoUnit.cs
- RequestQueue.cs
- IndexerReference.cs
- SynchronizationLockException.cs
- _CommandStream.cs
- ModelItemDictionary.cs
- Schema.cs
- PrintDocument.cs
- CheckBoxStandardAdapter.cs
- PeerEndPoint.cs
- UTF8Encoding.cs
- CompiledQuery.cs
- xmlglyphRunInfo.cs
- NumericUpDownAccelerationCollection.cs
- ExpressionEditorAttribute.cs
- x509utils.cs
- RoutingExtension.cs
- SoapMessage.cs
- WCFServiceClientProxyGenerator.cs
- FrameworkElement.cs
- TextEncodedRawTextWriter.cs
- DataServiceQuery.cs
- SQLInt16Storage.cs
- TextBlockAutomationPeer.cs
- MetadataPropertyAttribute.cs
- ClonableStack.cs
- ParseNumbers.cs
- ContentElement.cs
- ColorIndependentAnimationStorage.cs
- SettingsPropertyCollection.cs
- TextRange.cs
- DefaultBindingPropertyAttribute.cs
- AtomServiceDocumentSerializer.cs
- ClientData.cs
- BamlReader.cs
- EncoderReplacementFallback.cs
- DataGridViewCellEventArgs.cs
- ToolboxSnapDragDropEventArgs.cs
- AdRotatorDesigner.cs
- DocumentXPathNavigator.cs
- JournalEntry.cs
- EnumValidator.cs
- FrameworkElementAutomationPeer.cs
- Matrix3DStack.cs
- TagElement.cs
- FontSizeConverter.cs
- TextServicesCompartment.cs
- MexServiceChannelBuilder.cs
- HierarchicalDataTemplate.cs
- RuntimeHandles.cs
- WebPartChrome.cs
- COM2ComponentEditor.cs
- InputLanguageSource.cs
- AnimatedTypeHelpers.cs
- TemplateKey.cs
- ExpandCollapseProviderWrapper.cs
- DrawingDrawingContext.cs
- ServiceModelEnumValidatorAttribute.cs
- XmlLinkedNode.cs
- FileAuthorizationModule.cs
- MatrixAnimationUsingKeyFrames.cs
- WSSecurityPolicy11.cs
- ConfigXmlCDataSection.cs
- FontUnitConverter.cs
- SqlCachedBuffer.cs
- HotSpotCollection.cs
- ResourceReader.cs
- PropertyChangedEventManager.cs
- X509AsymmetricSecurityKey.cs
- Logging.cs
- AutomationPeer.cs
- ConfigurationManagerHelper.cs
- WmpBitmapDecoder.cs
- SignatureHelper.cs
- DataGridCell.cs
- FirstMatchCodeGroup.cs
- ResourcesBuildProvider.cs
- StringAnimationUsingKeyFrames.cs
- SearchForVirtualItemEventArgs.cs
- Operators.cs
- DataService.cs
- Grid.cs
- XmlDocumentFragment.cs
- ScriptHandlerFactory.cs
- AudioBase.cs
- SoapAttributeAttribute.cs
- _BufferOffsetSize.cs
- COM2EnumConverter.cs
- ProviderUtil.cs
- WorkflowCreationContext.cs
- CodeAttachEventStatement.cs
- DocumentEventArgs.cs
- StylusPointPropertyId.cs
- Duration.cs
- ArcSegment.cs
- IPCCacheManager.cs