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
- ToolStripSeparatorRenderEventArgs.cs
- HMACMD5.cs
- CollaborationHelperFunctions.cs
- DebugInfoExpression.cs
- DataBindingHandlerAttribute.cs
- DataMemberConverter.cs
- RsaKeyIdentifierClause.cs
- PtsPage.cs
- SmtpTransport.cs
- ExpressionTextBox.xaml.cs
- ErrorItem.cs
- AppDomainAttributes.cs
- PerfProviderCollection.cs
- SystemIPv4InterfaceProperties.cs
- RulePatternOps.cs
- XmlReaderSettings.cs
- XmlRawWriterWrapper.cs
- CreateInstanceBinder.cs
- DynamicUpdateCommand.cs
- GlyphCache.cs
- ProjectionPathBuilder.cs
- StrongName.cs
- ToolStripDesignerAvailabilityAttribute.cs
- WasEndpointConfigContainer.cs
- SqlClientWrapperSmiStream.cs
- WorkBatch.cs
- DynamicUpdateCommand.cs
- TrackingProfileManager.cs
- ISAPIWorkerRequest.cs
- SoapInteropTypes.cs
- BridgeDataReader.cs
- DefaultObjectMappingItemCollection.cs
- GridLength.cs
- DataGridViewRowCollection.cs
- AdornerDecorator.cs
- MachineKeyValidationConverter.cs
- DbModificationCommandTree.cs
- HostedImpersonationContext.cs
- SQLSingle.cs
- InfoCardArgumentException.cs
- Vector3DAnimation.cs
- Font.cs
- TextPatternIdentifiers.cs
- TaskFactory.cs
- MouseGesture.cs
- RemotingServices.cs
- DataSet.cs
- ZipIOExtraFieldPaddingElement.cs
- DataGridViewCheckBoxColumn.cs
- DispatcherObject.cs
- PropertyCondition.cs
- SessionEndingEventArgs.cs
- ProfileSection.cs
- SqlDataRecord.cs
- WCFModelStrings.Designer.cs
- RegularExpressionValidator.cs
- EntityConnectionStringBuilder.cs
- xmlsaver.cs
- UIElementCollection.cs
- MessageDecoder.cs
- ResourceManager.cs
- BufferBuilder.cs
- EndpointDiscoveryMetadataCD1.cs
- EllipticalNodeOperations.cs
- JapaneseLunisolarCalendar.cs
- StylusTip.cs
- InlinedAggregationOperator.cs
- DataTableClearEvent.cs
- DynamicDiscoSearcher.cs
- StaticResourceExtension.cs
- RightsManagementLicense.cs
- AssemblyAttributesGoHere.cs
- BinaryCommonClasses.cs
- FileClassifier.cs
- ColorMap.cs
- SortExpressionBuilder.cs
- ApplicationSecurityManager.cs
- BitmapEffectDrawingContextWalker.cs
- Stream.cs
- ImmutableObjectAttribute.cs
- ObjectResult.cs
- TrustLevel.cs
- PointCollection.cs
- DWriteFactory.cs
- ClassDataContract.cs
- HtmlControlPersistable.cs
- BamlRecords.cs
- PartDesigner.cs
- DescendantBaseQuery.cs
- EventProviderWriter.cs
- EncodingTable.cs
- TextDecoration.cs
- XpsThumbnail.cs
- AuthenticationSection.cs
- RawKeyboardInputReport.cs
- _SslState.cs
- ISFClipboardData.cs
- RelationshipDetailsCollection.cs
- ProfessionalColorTable.cs
- HostProtectionPermission.cs