Code:
/ DotNET / DotNET / 8.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
- QfeChecker.cs
- OdbcConnectionStringbuilder.cs
- FileUpload.cs
- ConfigurationStrings.cs
- InkPresenterAutomationPeer.cs
- DSASignatureDeformatter.cs
- WebServiceEnumData.cs
- StringFormat.cs
- PostBackTrigger.cs
- HTTPNotFoundHandler.cs
- WindowsListViewItem.cs
- PixelFormats.cs
- GPStream.cs
- Mouse.cs
- XmlWellformedWriter.cs
- XPathParser.cs
- ObjectIDGenerator.cs
- ProgressPage.cs
- SettingsPropertyWrongTypeException.cs
- Button.cs
- RemoteArgument.cs
- DecimalAnimationBase.cs
- Trace.cs
- CodeMethodInvokeExpression.cs
- DeviceContexts.cs
- ColorDialog.cs
- DefinitionBase.cs
- Stream.cs
- StartUpEventArgs.cs
- AutomationPatternInfo.cs
- ColumnMap.cs
- sqlinternaltransaction.cs
- DataSourceHelper.cs
- MonthChangedEventArgs.cs
- _NetRes.cs
- FileSystemWatcher.cs
- ResXFileRef.cs
- IdnElement.cs
- RuleSetDialog.cs
- StrokeIntersection.cs
- AutomationPropertyInfo.cs
- PerformanceCounterPermission.cs
- TableLayoutStyle.cs
- WSUtilitySpecificationVersion.cs
- UriParserTemplates.cs
- Invariant.cs
- BCryptHashAlgorithm.cs
- COM2Properties.cs
- DateTimeConverter.cs
- ExpressionNode.cs
- mactripleDES.cs
- CompModSwitches.cs
- BufferBuilder.cs
- PathStreamGeometryContext.cs
- RoleService.cs
- ToolStripPanelRenderEventArgs.cs
- MatrixAnimationUsingPath.cs
- KnownTypesProvider.cs
- ClaimTypes.cs
- UpdateProgress.cs
- DataGridViewBindingCompleteEventArgs.cs
- TrackingMemoryStream.cs
- SslStreamSecurityElement.cs
- SqlClientWrapperSmiStreamChars.cs
- Trace.cs
- TableFieldsEditor.cs
- MemberAccessException.cs
- ComponentChangingEvent.cs
- SystemDiagnosticsSection.cs
- FontFaceLayoutInfo.cs
- WebPartTransformerCollection.cs
- Accessors.cs
- XmlSerializer.cs
- Icon.cs
- RequestBringIntoViewEventArgs.cs
- PanelStyle.cs
- DataColumnPropertyDescriptor.cs
- MessageDroppedTraceRecord.cs
- FilterableAttribute.cs
- EncodingDataItem.cs
- DataServiceRequestOfT.cs
- RunWorkerCompletedEventArgs.cs
- CapacityStreamGeometryContext.cs
- AstTree.cs
- BufferedWebEventProvider.cs
- MessageSecurityOverHttp.cs
- DataListComponentEditor.cs
- SegmentInfo.cs
- MultiSelector.cs
- FormatVersion.cs
- PageSetupDialog.cs
- HitTestParameters.cs
- HttpCacheParams.cs
- ReadOnlyDataSourceView.cs
- Transform.cs
- ZoneIdentityPermission.cs
- OdbcConnectionStringbuilder.cs
- WindowsSecurityToken.cs
- SerialPort.cs
- WebPartConnectionsEventArgs.cs