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
- FileDialogCustomPlace.cs
- DecoderBestFitFallback.cs
- StringBuilder.cs
- TreeNode.cs
- Span.cs
- AtomServiceDocumentSerializer.cs
- ClientSponsor.cs
- DesignerHelpers.cs
- ChannelBinding.cs
- ToolStripItemTextRenderEventArgs.cs
- remotingproxy.cs
- GB18030Encoding.cs
- CodeMemberProperty.cs
- MDIWindowDialog.cs
- HttpStreamFormatter.cs
- TemplateInstanceAttribute.cs
- XmlSchemaObjectTable.cs
- ConnectionPointCookie.cs
- IndependentlyAnimatedPropertyMetadata.cs
- WebHeaderCollection.cs
- Panel.cs
- NamespaceListProperty.cs
- _AutoWebProxyScriptWrapper.cs
- PasswordTextNavigator.cs
- OwnerDrawPropertyBag.cs
- MarginsConverter.cs
- OSFeature.cs
- IndentedWriter.cs
- StandardCommandToolStripMenuItem.cs
- BaseDataList.cs
- EmptyReadOnlyDictionaryInternal.cs
- RegularExpressionValidator.cs
- DataViewManagerListItemTypeDescriptor.cs
- EmptyEnumerator.cs
- DataServiceBuildProvider.cs
- OdbcConnectionString.cs
- TextServicesCompartment.cs
- PenContexts.cs
- WebPartCancelEventArgs.cs
- XPathNodeList.cs
- RegexFCD.cs
- SQLCharsStorage.cs
- CalendarTable.cs
- AsyncPostBackErrorEventArgs.cs
- UIElement3DAutomationPeer.cs
- UriSectionData.cs
- MediaContext.cs
- PersonalizationEntry.cs
- FileDetails.cs
- DataGridView.cs
- ActivityAction.cs
- RequestCacheEntry.cs
- XmlDataDocument.cs
- OptimizerPatterns.cs
- SessionStateContainer.cs
- IntPtr.cs
- HtmlShimManager.cs
- PrintingPermission.cs
- XmlSchemaObjectTable.cs
- Queue.cs
- Parameter.cs
- BeginStoryboard.cs
- EventProvider.cs
- UIPermission.cs
- BrowserCapabilitiesCompiler.cs
- HttpRequestMessageProperty.cs
- Pair.cs
- ItemAutomationPeer.cs
- CodeTypeDeclarationCollection.cs
- SmtpSection.cs
- BindingGroup.cs
- ExpressionNormalizer.cs
- EraserBehavior.cs
- PropertyPushdownHelper.cs
- WebPartMinimizeVerb.cs
- XamlPointCollectionSerializer.cs
- Predicate.cs
- TextServicesContext.cs
- SendActivityDesignerTheme.cs
- PrintDialog.cs
- SamlSecurityToken.cs
- IInstanceTable.cs
- ComponentEvent.cs
- SpellerHighlightLayer.cs
- PathFigure.cs
- NavigateEvent.cs
- RetriableClipboard.cs
- PaperSource.cs
- ChangesetResponse.cs
- HuffCodec.cs
- AssemblyInfo.cs
- CrossSiteScriptingValidation.cs
- XmlSchemaFacet.cs
- DataBoundControl.cs
- COM2TypeInfoProcessor.cs
- Content.cs
- QueryInterceptorAttribute.cs
- ShaderEffect.cs
- MetadataPropertyvalue.cs
- CatalogPart.cs