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
- SymLanguageType.cs
- ConfigurationPropertyCollection.cs
- DataColumnChangeEvent.cs
- PingOptions.cs
- DomainLiteralReader.cs
- SchemaElementDecl.cs
- ListBase.cs
- Wildcard.cs
- ScriptBehaviorDescriptor.cs
- LowerCaseStringConverter.cs
- Exceptions.cs
- MergeFailedEvent.cs
- CornerRadiusConverter.cs
- Style.cs
- RightsManagementEncryptionTransform.cs
- LocatorManager.cs
- ButtonStandardAdapter.cs
- SAPICategories.cs
- Clipboard.cs
- BlobPersonalizationState.cs
- LicenseManager.cs
- PasswordBox.cs
- FileDialogCustomPlace.cs
- ContextItemManager.cs
- SharedUtils.cs
- DetailsViewPagerRow.cs
- ObjectConverter.cs
- SocketPermission.cs
- WebPartConnectVerb.cs
- ViewCellRelation.cs
- DateTimeParse.cs
- SettingsPropertyWrongTypeException.cs
- TripleDESCryptoServiceProvider.cs
- WaitHandle.cs
- ResourceReferenceExpressionConverter.cs
- WebPermission.cs
- CompilerTypeWithParams.cs
- SqlDataSourceStatusEventArgs.cs
- FontFamily.cs
- BinaryExpression.cs
- UnsafeNativeMethodsMilCoreApi.cs
- SystemColorTracker.cs
- SrgsElementList.cs
- XPathAxisIterator.cs
- MD5CryptoServiceProvider.cs
- Tokenizer.cs
- ManagedFilter.cs
- DynamicObject.cs
- XsltLibrary.cs
- ModelTreeManager.cs
- TaskExtensions.cs
- DateTimeConverter2.cs
- SelectedDatesCollection.cs
- WinEventWrap.cs
- DataViewManager.cs
- precedingsibling.cs
- ConfigurationValues.cs
- Underline.cs
- ObjectDataSourceDisposingEventArgs.cs
- QuaternionIndependentAnimationStorage.cs
- XmlCharType.cs
- OperationPickerDialog.cs
- Geometry.cs
- SettingsSavedEventArgs.cs
- SiblingIterators.cs
- WebPart.cs
- MarkupExtensionParser.cs
- PeerContact.cs
- WindowsListViewGroupSubsetLink.cs
- PageParserFilter.cs
- wgx_sdk_version.cs
- SerTrace.cs
- PrintPreviewDialog.cs
- XmlDictionary.cs
- PostBackOptions.cs
- KeyPressEvent.cs
- TableLayoutPanelResizeGlyph.cs
- PassportAuthenticationModule.cs
- LoginUtil.cs
- BlurEffect.cs
- ProviderCommandInfoUtils.cs
- Debug.cs
- Method.cs
- SplitterDesigner.cs
- HMACSHA256.cs
- DesignerToolboxInfo.cs
- DictionaryEntry.cs
- Track.cs
- ZipIOLocalFileBlock.cs
- RC2CryptoServiceProvider.cs
- AttributeParameterInfo.cs
- TextDpi.cs
- SelectionItemPattern.cs
- XmlMtomWriter.cs
- CTreeGenerator.cs
- UiaCoreTypesApi.cs
- UriScheme.cs
- SoapHttpTransportImporter.cs
- AccessDataSource.cs
- AssemblyCache.cs