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
- ObjectDataSourceDisposingEventArgs.cs
- ToolStripOverflow.cs
- VisualTreeUtils.cs
- Calendar.cs
- SqlDataRecord.cs
- FixedLineResult.cs
- PropertyMapper.cs
- BaseTemplateCodeDomTreeGenerator.cs
- ScriptResourceInfo.cs
- CursorEditor.cs
- WebServiceParameterData.cs
- XDRSchema.cs
- RawStylusInputCustomDataList.cs
- XmlComplianceUtil.cs
- DataTableMapping.cs
- WebAdminConfigurationHelper.cs
- sqlcontext.cs
- Popup.cs
- BooleanExpr.cs
- SQLDouble.cs
- SiteMapPath.cs
- PersistNameAttribute.cs
- HttpResponseMessageProperty.cs
- RadioButton.cs
- UndoManager.cs
- EditorServiceContext.cs
- SettingsAttributeDictionary.cs
- SiteMap.cs
- UserUseLicenseDictionaryLoader.cs
- EndEvent.cs
- WsatAdminException.cs
- NonceCache.cs
- PingReply.cs
- ObjectReaderCompiler.cs
- AdapterUtil.cs
- LinkButton.cs
- XamlReaderHelper.cs
- UriSection.cs
- AmbientValueAttribute.cs
- DataGridCellAutomationPeer.cs
- AsymmetricKeyExchangeFormatter.cs
- ISO2022Encoding.cs
- ProfessionalColorTable.cs
- DataSourceExpressionCollection.cs
- ArrayHelper.cs
- DeploymentSection.cs
- StreamInfo.cs
- PreservationFileWriter.cs
- EntityTypeBase.cs
- ExpressionBinding.cs
- TextTreeInsertElementUndoUnit.cs
- QueryPageSettingsEventArgs.cs
- BatchParser.cs
- HtmlEncodedRawTextWriter.cs
- SpeechUI.cs
- Point3DAnimationBase.cs
- EventLog.cs
- Control.cs
- ContentTextAutomationPeer.cs
- AuthorizationRuleCollection.cs
- securitycriticaldata.cs
- MetadataItem.cs
- BindingGraph.cs
- GeometryValueSerializer.cs
- MultiView.cs
- HttpRequest.cs
- HostingEnvironmentSection.cs
- BulletedList.cs
- DocumentXPathNavigator.cs
- ItemContainerGenerator.cs
- Sentence.cs
- ParagraphVisual.cs
- CompositeScriptReferenceEventArgs.cs
- XPathSelfQuery.cs
- FocusManager.cs
- storepermission.cs
- TCEAdapterGenerator.cs
- PagedDataSource.cs
- EntityKey.cs
- ObjectDataSourceEventArgs.cs
- Lasso.cs
- Span.cs
- DNS.cs
- SqlFileStream.cs
- CheckBoxDesigner.cs
- HtmlImage.cs
- IssuanceLicense.cs
- RichTextBox.cs
- SecurityHeaderLayout.cs
- UrlPath.cs
- Pool.cs
- TableProviderWrapper.cs
- ListBoxItemAutomationPeer.cs
- LoginAutoFormat.cs
- UserControlCodeDomTreeGenerator.cs
- FixedTextSelectionProcessor.cs
- DesignerLinkAdapter.cs
- RtfControlWordInfo.cs
- Rijndael.cs
- Size3D.cs