Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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); } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ClientSettingsSection.cs
- OutputCacheModule.cs
- ThrowOnMultipleAssignment.cs
- AppSettingsExpressionBuilder.cs
- WebPartEventArgs.cs
- ProcessHost.cs
- COM2Enum.cs
- ComponentEvent.cs
- Transactions.cs
- XslVisitor.cs
- OleDbConnectionInternal.cs
- AssemblyAttributesGoHere.cs
- SqlUserDefinedAggregateAttribute.cs
- Visual3D.cs
- Context.cs
- CallbackValidatorAttribute.cs
- WinEventTracker.cs
- SemanticResultValue.cs
- MouseEventArgs.cs
- AdCreatedEventArgs.cs
- HttpCacheParams.cs
- ClientScriptManager.cs
- ClientConfigPaths.cs
- OleDbStruct.cs
- ipaddressinformationcollection.cs
- SafeFileHandle.cs
- MSAAEventDispatcher.cs
- CssStyleCollection.cs
- SimpleLine.cs
- _IPv4Address.cs
- FlatButtonAppearance.cs
- WebPartTransformerCollection.cs
- RemoteWebConfigurationHostStream.cs
- IncrementalReadDecoders.cs
- MimeWriter.cs
- Item.cs
- ImageCodecInfo.cs
- ComponentConverter.cs
- InheritanceContextChangedEventManager.cs
- EventProperty.cs
- FormDocumentDesigner.cs
- Point3DCollection.cs
- VersionedStream.cs
- NavigationProperty.cs
- CqlParserHelpers.cs
- TreeView.cs
- ServiceHttpModule.cs
- FontStretch.cs
- URIFormatException.cs
- Stroke2.cs
- WebConfigurationHost.cs
- FileDialogCustomPlacesCollection.cs
- BoundColumn.cs
- HtmlTextArea.cs
- DataPointer.cs
- XmlSerializerNamespaces.cs
- CodeTypeConstructor.cs
- HostingEnvironment.cs
- MessageDirection.cs
- CompiledIdentityConstraint.cs
- Transform3DGroup.cs
- XmlSchemaExternal.cs
- FakeModelItemImpl.cs
- CodeAttributeDeclaration.cs
- AnonymousIdentificationModule.cs
- FormParameter.cs
- FragmentNavigationEventArgs.cs
- StateValidator.cs
- GridViewRowPresenterBase.cs
- PartManifestEntry.cs
- ProcessMonitor.cs
- DropSource.cs
- TrackingLocationCollection.cs
- HtmlInputControl.cs
- InvokeMethodActivity.cs
- ConfigDefinitionUpdates.cs
- ToolBarPanel.cs
- SynchronizedInputProviderWrapper.cs
- UserMapPath.cs
- RegexCapture.cs
- versioninfo.cs
- ObjectRef.cs
- Item.cs
- OleDbFactory.cs
- CodeSubDirectoriesCollection.cs
- DataTableNewRowEvent.cs
- Partitioner.cs
- DBBindings.cs
- ScrollPattern.cs
- ListComponentEditor.cs
- RangeExpression.cs
- LayoutEngine.cs
- unitconverter.cs
- CancellableEnumerable.cs
- GridToolTip.cs
- NumberFunctions.cs
- AtlasWeb.Designer.cs
- AttributedMetaModel.cs
- KeyedQueue.cs
- SystemTcpStatistics.cs