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
- AlignmentYValidation.cs
- NativeWindow.cs
- sqlser.cs
- ToolStripDropDownButton.cs
- WebContext.cs
- NonParentingControl.cs
- ThousandthOfEmRealDoubles.cs
- SchemaEntity.cs
- EntityCollectionChangedParams.cs
- WebCategoryAttribute.cs
- FillErrorEventArgs.cs
- ControlParameter.cs
- TextRangeSerialization.cs
- BooleanExpr.cs
- QilGenerator.cs
- DummyDataSource.cs
- GenericIdentity.cs
- KeyedCollection.cs
- propertytag.cs
- Misc.cs
- StatusBar.cs
- ExpandableObjectConverter.cs
- XmlAnyElementAttribute.cs
- StructuralObject.cs
- DescendantBaseQuery.cs
- NumberFormatInfo.cs
- IsolatedStorageException.cs
- CheckBoxStandardAdapter.cs
- TransactionState.cs
- QilLiteral.cs
- DataGridColumnHeader.cs
- Point3DAnimationBase.cs
- SetIndexBinder.cs
- HtmlShim.cs
- ACE.cs
- _BufferOffsetSize.cs
- UserPersonalizationStateInfo.cs
- TransformPattern.cs
- HealthMonitoringSectionHelper.cs
- DbParameterHelper.cs
- SafeLibraryHandle.cs
- RuntimeVariableList.cs
- IPAddress.cs
- ASCIIEncoding.cs
- HostProtectionPermission.cs
- XmlSchemaExporter.cs
- Filter.cs
- FragmentQueryKB.cs
- FormatterServices.cs
- MeasureData.cs
- TrustLevelCollection.cs
- CacheAxisQuery.cs
- LinearKeyFrames.cs
- FlatButtonAppearance.cs
- NonBatchDirectoryCompiler.cs
- ContentPlaceHolderDesigner.cs
- SimpleHandlerBuildProvider.cs
- PaginationProgressEventArgs.cs
- CompositeControl.cs
- Connector.cs
- ToolBarButtonClickEvent.cs
- SymbolMethod.cs
- XmlNodeComparer.cs
- ScrollBar.cs
- DotExpr.cs
- XmlAttribute.cs
- FlowNode.cs
- CoTaskMemUnicodeSafeHandle.cs
- OraclePermission.cs
- ThreadSafeMessageFilterTable.cs
- DataReaderContainer.cs
- SystemIPv4InterfaceProperties.cs
- CodeTypeMember.cs
- ModelFunction.cs
- BaseContextMenu.cs
- IPAddress.cs
- XmlUrlResolver.cs
- DependencyPropertyChangedEventArgs.cs
- WebEventCodes.cs
- ResourceContainer.cs
- XPathExpr.cs
- AutomationEventArgs.cs
- GenericXmlSecurityTokenAuthenticator.cs
- _ConnectionGroup.cs
- ByteStorage.cs
- DataServiceQueryOfT.cs
- TrustManager.cs
- XmlReflectionMember.cs
- EmbeddedMailObject.cs
- TaskResultSetter.cs
- ClipboardData.cs
- BinaryOperationBinder.cs
- ObfuscateAssemblyAttribute.cs
- Comparer.cs
- RetrieveVirtualItemEventArgs.cs
- CopyAttributesAction.cs
- SqlBulkCopyColumnMapping.cs
- SiteIdentityPermission.cs
- UIInitializationException.cs
- EntityContainer.cs