Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- TextPattern.cs
- HTMLTagNameToTypeMapper.cs
- BinaryMethodMessage.cs
- HtmlInputFile.cs
- SaveWorkflowAsyncResult.cs
- UriSectionData.cs
- ContainerSelectorActiveEvent.cs
- Comparer.cs
- UTF7Encoding.cs
- ResourceCategoryAttribute.cs
- EntityDesignPluralizationHandler.cs
- SafeCryptoHandles.cs
- ProviderUtil.cs
- PrivilegeNotHeldException.cs
- RootBrowserWindowProxy.cs
- ObjectSet.cs
- ReferenceService.cs
- PersonalizationEntry.cs
- IxmlLineInfo.cs
- WebPartAddingEventArgs.cs
- WeakReferenceList.cs
- MD5HashHelper.cs
- MessageContractImporter.cs
- DataServiceRequestOfT.cs
- MultiAsyncResult.cs
- SortExpressionBuilder.cs
- FillErrorEventArgs.cs
- ConfigurationManagerHelperFactory.cs
- SqlMultiplexer.cs
- TaskSchedulerException.cs
- FilteredXmlReader.cs
- Expander.cs
- CalendarDay.cs
- MouseCaptureWithinProperty.cs
- ObjectContextServiceProvider.cs
- ListSortDescription.cs
- ByteAnimationBase.cs
- SQLInt32.cs
- QuaternionAnimationUsingKeyFrames.cs
- RectAnimationBase.cs
- UnitySerializationHolder.cs
- CurrentTimeZone.cs
- AttachedPropertyBrowsableAttribute.cs
- CacheDependency.cs
- WorkflowServiceBehavior.cs
- VerificationAttribute.cs
- GlyphingCache.cs
- DefaultParameterValueAttribute.cs
- ScalarType.cs
- CheckBoxPopupAdapter.cs
- SQLChars.cs
- Operators.cs
- IsolatedStorageException.cs
- RawAppCommandInputReport.cs
- ObjectComplexPropertyMapping.cs
- LinqDataSourceView.cs
- EventsTab.cs
- CommandLibraryHelper.cs
- ConfigurationSectionGroup.cs
- SafeHandles.cs
- DataViewSetting.cs
- Item.cs
- SharedPerformanceCounter.cs
- CellPartitioner.cs
- LinqDataSource.cs
- QilValidationVisitor.cs
- AuthenticationModeHelper.cs
- GroupBoxAutomationPeer.cs
- SqlClientPermission.cs
- EntityRecordInfo.cs
- DataRowComparer.cs
- VirtualPathUtility.cs
- UpDownEvent.cs
- TypeDescriptor.cs
- PriorityQueue.cs
- VariantWrapper.cs
- BlobPersonalizationState.cs
- AbandonedMutexException.cs
- RTLAwareMessageBox.cs
- NotifyIcon.cs
- UrlAuthFailedErrorFormatter.cs
- DataServiceQueryException.cs
- TemplateKeyConverter.cs
- ScopeElement.cs
- XmlEntityReference.cs
- EdmItemCollection.cs
- DataServiceConfiguration.cs
- TextElementEnumerator.cs
- SqlTriggerContext.cs
- XmlKeywords.cs
- XsdCachingReader.cs
- ContainerParaClient.cs
- ReadOnlyMetadataCollection.cs
- SmtpNtlmAuthenticationModule.cs
- DocobjHost.cs
- Activity.cs
- StrictAndMessageFilter.cs
- OuterProxyWrapper.cs
- SizeChangedEventArgs.cs
- DataGridViewCell.cs