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
- TrustLevel.cs
- ActionFrame.cs
- FormView.cs
- Internal.cs
- ViewCellRelation.cs
- StandardBindingReliableSessionElement.cs
- Timer.cs
- ReturnValue.cs
- initElementDictionary.cs
- DynamicRendererThreadManager.cs
- AnnotationResourceCollection.cs
- ResourceDictionaryCollection.cs
- DateTime.cs
- ListControl.cs
- Console.cs
- SpnegoTokenAuthenticator.cs
- StringAttributeCollection.cs
- UnhandledExceptionEventArgs.cs
- TabItemAutomationPeer.cs
- ProcessThreadCollection.cs
- ScriptMethodAttribute.cs
- DeflateEmulationStream.cs
- SinglePhaseEnlistment.cs
- SizeKeyFrameCollection.cs
- CompiledQueryCacheEntry.cs
- PaperSource.cs
- ColorTransformHelper.cs
- DataObjectMethodAttribute.cs
- FormViewPageEventArgs.cs
- ActiveDesignSurfaceEvent.cs
- CompositeActivityValidator.cs
- SizeChangedInfo.cs
- ChannelTraceRecord.cs
- PersistenceTypeAttribute.cs
- DataGridViewAdvancedBorderStyle.cs
- GcHandle.cs
- TreeView.cs
- FormViewInsertedEventArgs.cs
- PropertyInformationCollection.cs
- SR.cs
- MethodImplAttribute.cs
- XmlCompatibilityReader.cs
- SqlDependencyUtils.cs
- NeutralResourcesLanguageAttribute.cs
- TextPattern.cs
- DoubleCollectionConverter.cs
- Timer.cs
- ConfigUtil.cs
- codemethodreferenceexpression.cs
- Splitter.cs
- BaseTemplateParser.cs
- RequestStatusBarUpdateEventArgs.cs
- DllHostedComPlusServiceHost.cs
- SqlCaseSimplifier.cs
- HtmlGenericControl.cs
- PagePropertiesChangingEventArgs.cs
- HttpDictionary.cs
- MetaModel.cs
- ObjectAnimationBase.cs
- RouteUrlExpressionBuilder.cs
- ExtendedProtectionPolicy.cs
- ReadWriteObjectLock.cs
- XmlUTF8TextReader.cs
- ConfigurationElementProperty.cs
- Interlocked.cs
- SolidColorBrush.cs
- Color.cs
- FaultException.cs
- WpfWebRequestHelper.cs
- ChangePasswordAutoFormat.cs
- _SpnDictionary.cs
- diagnosticsswitches.cs
- HtmlSelect.cs
- SchemaAttDef.cs
- ViewStateException.cs
- XmlText.cs
- GuidConverter.cs
- HighContrastHelper.cs
- SupportsEventValidationAttribute.cs
- BulletChrome.cs
- webproxy.cs
- ObfuscationAttribute.cs
- XamlGridLengthSerializer.cs
- ButtonAutomationPeer.cs
- _FixedSizeReader.cs
- TraceContext.cs
- UncommonField.cs
- NavigatorInput.cs
- Application.cs
- JsonMessageEncoderFactory.cs
- MachineKeyConverter.cs
- SubpageParaClient.cs
- OperandQuery.cs
- AudioBase.cs
- HMAC.cs
- PrintPreviewDialog.cs
- ChildTable.cs
- ConnectionOrientedTransportChannelFactory.cs
- DataRelationCollection.cs
- Wildcard.cs