Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / Security / Cryptography / SHA256.cs / 1 / SHA256.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // SHA256.cs // // This abstract class represents the SHA-256 hash algorithm. // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public abstract class SHA256 : HashAlgorithm { // // protected constructors // protected SHA256() { HashSizeValue = 256; } // // public methods // new static public SHA256 Create() { return Create("System.Security.Cryptography.SHA256"); } new static public SHA256 Create(String hashName) { return (SHA256) CryptoConfig.CreateFromName(hashName); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // SHA256.cs // // This abstract class represents the SHA-256 hash algorithm. // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public abstract class SHA256 : HashAlgorithm { // // protected constructors // protected SHA256() { HashSizeValue = 256; } // // public methods // new static public SHA256 Create() { return Create("System.Security.Cryptography.SHA256"); } new static public SHA256 Create(String hashName) { return (SHA256) CryptoConfig.CreateFromName(hashName); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RemotingConfigParser.cs
- ObjectViewFactory.cs
- FormsIdentity.cs
- ByteConverter.cs
- OracleMonthSpan.cs
- FrameworkPropertyMetadata.cs
- TreeViewItemAutomationPeer.cs
- Bits.cs
- SimplePropertyEntry.cs
- ManagedWndProcTracker.cs
- WebBrowsableAttribute.cs
- CodeMemberMethod.cs
- IntSecurity.cs
- ToggleButton.cs
- UseAttributeSetsAction.cs
- ThreadSafeMessageFilterTable.cs
- DataGridParentRows.cs
- HwndPanningFeedback.cs
- Span.cs
- ToolStripDropDownMenu.cs
- NetNamedPipeSecurityMode.cs
- WhitespaceReader.cs
- Section.cs
- TreeViewItem.cs
- XmlHierarchyData.cs
- BStrWrapper.cs
- Ipv6Element.cs
- EntityContainerAssociationSet.cs
- ClassicBorderDecorator.cs
- BaseTemplatedMobileComponentEditor.cs
- HitTestParameters.cs
- TypeDescriptionProvider.cs
- VirtualPathUtility.cs
- CorrelationManager.cs
- COM2PropertyDescriptor.cs
- PageCatalogPart.cs
- SiteMapNode.cs
- ArrangedElement.cs
- DataQuery.cs
- WSSecurityPolicy12.cs
- ConditionalDesigner.cs
- MessageProtectionOrder.cs
- TextSegment.cs
- ToolboxDataAttribute.cs
- ApplySecurityAndSendAsyncResult.cs
- StickyNoteHelper.cs
- DataShape.cs
- EnumType.cs
- ToolStripDropDownClosedEventArgs.cs
- FixedLineResult.cs
- SurrogateDataContract.cs
- ErrorEventArgs.cs
- EventLogger.cs
- PackagePartCollection.cs
- UpdatePanelTriggerCollection.cs
- MatrixConverter.cs
- RegexTree.cs
- LabelLiteral.cs
- TextControl.cs
- ApplicationSecurityInfo.cs
- ConstructorExpr.cs
- SchemaImporterExtensionsSection.cs
- SystemIPGlobalProperties.cs
- SwitchAttribute.cs
- formatter.cs
- FragmentNavigationEventArgs.cs
- ShapeTypeface.cs
- RoleManagerModule.cs
- GestureRecognitionResult.cs
- DetailsViewRow.cs
- OleDbConnectionFactory.cs
- AddInControllerImpl.cs
- ImageButton.cs
- IssuanceLicense.cs
- ExecutionScope.cs
- WebPartEditorOkVerb.cs
- MenuItemAutomationPeer.cs
- StrongNamePublicKeyBlob.cs
- LocalizedNameDescriptionPair.cs
- BamlWriter.cs
- SqlSelectClauseBuilder.cs
- UInt16Storage.cs
- LostFocusEventManager.cs
- ExtensibleClassFactory.cs
- Tokenizer.cs
- ClientApiGenerator.cs
- XmlObjectSerializerReadContext.cs
- WasAdminWrapper.cs
- HScrollBar.cs
- BrowsableAttribute.cs
- FixedDSBuilder.cs
- X509Certificate2Collection.cs
- ExpressionPrefixAttribute.cs
- SettingsProviderCollection.cs
- Privilege.cs
- Track.cs
- StringFunctions.cs
- IMembershipProvider.cs
- COM2ExtendedTypeConverter.cs
- SizeAnimationUsingKeyFrames.cs