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
- Properties.cs
- UrlAuthorizationModule.cs
- PeerFlooder.cs
- WorkflowTransactionService.cs
- EndOfStreamException.cs
- SafeNativeMethodsOther.cs
- MailMessageEventArgs.cs
- AncestorChangedEventArgs.cs
- _FtpControlStream.cs
- ImageButton.cs
- Int64Animation.cs
- MatrixTransform.cs
- AssemblyHash.cs
- ToolStripDropTargetManager.cs
- ToolStrip.cs
- XD.cs
- DataGrid.cs
- MemberHolder.cs
- FileSecurity.cs
- SecureConversationVersion.cs
- DbXmlEnabledProviderManifest.cs
- UnmanagedBitmapWrapper.cs
- XmlReader.cs
- AuthenticationService.cs
- EditorAttribute.cs
- ObjectIDGenerator.cs
- ProcessModule.cs
- SchemaMapping.cs
- SmtpMail.cs
- ScrollEvent.cs
- FixedTextSelectionProcessor.cs
- AudioException.cs
- BitmapCache.cs
- BuildProviderAppliesToAttribute.cs
- WebColorConverter.cs
- Tokenizer.cs
- SpellerError.cs
- Roles.cs
- VectorAnimationBase.cs
- RegexCaptureCollection.cs
- UInt16Storage.cs
- SHA384Managed.cs
- DiagnosticStrings.cs
- CreateUserErrorEventArgs.cs
- httpserverutility.cs
- DelegateCompletionCallbackWrapper.cs
- DragDeltaEventArgs.cs
- KeyFrames.cs
- ToolStripDropDownMenu.cs
- ParentQuery.cs
- StringStorage.cs
- CommentAction.cs
- BackgroundFormatInfo.cs
- Command.cs
- EventLogInformation.cs
- DataBindingHandlerAttribute.cs
- RowToFieldTransformer.cs
- VirtualPathUtility.cs
- XmlnsCompatibleWithAttribute.cs
- HMACSHA384.cs
- SchemaImporter.cs
- WriteableBitmap.cs
- OutOfProcStateClientManager.cs
- Compiler.cs
- GeneralTransform.cs
- ObjectDataSourceFilteringEventArgs.cs
- FormViewCommandEventArgs.cs
- CompiledQueryCacheEntry.cs
- MethodBody.cs
- ISAPIRuntime.cs
- ComponentResourceKeyConverter.cs
- SoapReflectionImporter.cs
- CopyAttributesAction.cs
- HttpVersion.cs
- Normalization.cs
- HttpCookieCollection.cs
- IISMapPath.cs
- WCFModelStrings.Designer.cs
- MergeFilterQuery.cs
- Baml2006ReaderSettings.cs
- PersistenceProvider.cs
- DiscoveryEndpoint.cs
- TextModifier.cs
- CssStyleCollection.cs
- JsonGlobals.cs
- RuleRef.cs
- RelatedView.cs
- AssemblyAttributesGoHere.cs
- LineBreak.cs
- InfoCardPolicy.cs
- XmlSchemaAttributeGroup.cs
- PrintPreviewDialog.cs
- ExceptionHelpers.cs
- MailFileEditor.cs
- ExpressionBuilderCollection.cs
- RenderDataDrawingContext.cs
- FtpRequestCacheValidator.cs
- HostedTransportConfigurationManager.cs
- Rect3D.cs
- BitmapEffectInputData.cs