Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Security / Cryptography / SHA256.cs / 1305376 / 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 // [System.Security.SecuritySafeCritical] // auto-generated new static public SHA256 Create() { return Create("System.Security.Cryptography.SHA256"); } [System.Security.SecuritySafeCritical] // auto-generated 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 // [System.Security.SecuritySafeCritical] // auto-generated new static public SHA256 Create() { return Create("System.Security.Cryptography.SHA256"); } [System.Security.SecuritySafeCritical] // auto-generated 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
- PolyBezierSegment.cs
- ACL.cs
- BuildProvider.cs
- OptimalBreakSession.cs
- InternalConfigEventArgs.cs
- SQLMoney.cs
- OdbcConnectionOpen.cs
- ExpressionParser.cs
- DocumentPageView.cs
- AnimatedTypeHelpers.cs
- SqlRemoveConstantOrderBy.cs
- clipboard.cs
- ManipulationDevice.cs
- WebPartManager.cs
- PlanCompilerUtil.cs
- compensatingcollection.cs
- Module.cs
- TraceContextEventArgs.cs
- Adorner.cs
- _KerberosClient.cs
- TypeSystemHelpers.cs
- SoapReflectionImporter.cs
- ImageButton.cs
- Evaluator.cs
- DateTimeUtil.cs
- ToolStripRenderEventArgs.cs
- TimelineClockCollection.cs
- addressfiltermode.cs
- OuterGlowBitmapEffect.cs
- ToolStripDropDownButton.cs
- ItemContainerGenerator.cs
- EditorZone.cs
- XmlSchemaSet.cs
- SafeRightsManagementQueryHandle.cs
- FrugalList.cs
- HttpBrowserCapabilitiesWrapper.cs
- CapabilitiesUse.cs
- QuaternionValueSerializer.cs
- RootBrowserWindowProxy.cs
- AssemblyBuilderData.cs
- XPathNodePointer.cs
- SafeFileMappingHandle.cs
- hresults.cs
- TimersDescriptionAttribute.cs
- ClockController.cs
- XmlSchemaValidator.cs
- CommentEmitter.cs
- TypedAsyncResult.cs
- ImmutablePropertyDescriptorGridEntry.cs
- SevenBitStream.cs
- ModifiableIteratorCollection.cs
- ServicesUtilities.cs
- PropertyGridView.cs
- EntityContainerAssociationSet.cs
- IChannel.cs
- Base64Decoder.cs
- ButtonChrome.cs
- StringInfo.cs
- TreeViewCancelEvent.cs
- PolyLineSegmentFigureLogic.cs
- itemelement.cs
- UInt64Converter.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- Int64.cs
- ChangePassword.cs
- _LocalDataStore.cs
- PolyQuadraticBezierSegment.cs
- AssociationSetEnd.cs
- ListViewItemEventArgs.cs
- MULTI_QI.cs
- DrawingGroup.cs
- HtmlTextArea.cs
- DebugViewWriter.cs
- VisemeEventArgs.cs
- IPCCacheManager.cs
- XmlLanguage.cs
- TypeUtil.cs
- SqlDataAdapter.cs
- OpenTypeLayoutCache.cs
- comcontractssection.cs
- SystemTcpStatistics.cs
- AccessDataSource.cs
- XamlFxTrace.cs
- ControlType.cs
- NamespaceTable.cs
- DiscreteKeyFrames.cs
- ThreadSafeMessageFilterTable.cs
- TransformPatternIdentifiers.cs
- SchemaTableColumn.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- OracleConnection.cs
- TextRangeEditTables.cs
- XPathAxisIterator.cs
- TimeZoneNotFoundException.cs
- BuildManagerHost.cs
- Debug.cs
- FrameworkElementAutomationPeer.cs
- XmlAtomicValue.cs
- PropertiesTab.cs
- ConfigXmlReader.cs