Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / Security / Cryptography / SHA384.cs / 1 / SHA384.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // SHA384.cs // // This abstract class represents the SHA-384 hash algorithm. // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public abstract class SHA384 : HashAlgorithm { // // protected constructors // protected SHA384() { HashSizeValue = 384; } // // public methods // new static public SHA384 Create() { return Create("System.Security.Cryptography.SHA384"); } new static public SHA384 Create(String hashName) { return (SHA384) CryptoConfig.CreateFromName(hashName); } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AttachInfo.cs
- WebServiceData.cs
- Transform.cs
- ApplicationFileParser.cs
- CSharpCodeProvider.cs
- UIElementParagraph.cs
- TextWriterTraceListener.cs
- UnicastIPAddressInformationCollection.cs
- HttpModuleAction.cs
- ControlUtil.cs
- ProgressChangedEventArgs.cs
- PerformanceCounterPermissionAttribute.cs
- XmlText.cs
- ThemeableAttribute.cs
- LicenseManager.cs
- ObjectDataSourceFilteringEventArgs.cs
- DataGridLinkButton.cs
- GeneralTransform.cs
- TableAdapterManagerNameHandler.cs
- BitmapDecoder.cs
- StreamAsIStream.cs
- XmlElementList.cs
- MissingMemberException.cs
- SrgsRulesCollection.cs
- ProvidePropertyAttribute.cs
- ProcessStartInfo.cs
- ArrayItemReference.cs
- PackagePartCollection.cs
- AsyncResult.cs
- LocatorGroup.cs
- ToolTipService.cs
- AutomationPeer.cs
- DataGridBoundColumn.cs
- ObjectNotFoundException.cs
- AutomationPattern.cs
- OciLobLocator.cs
- XmlSchemaAnnotated.cs
- ExitEventArgs.cs
- Ops.cs
- DataObject.cs
- CharacterString.cs
- ProcessInfo.cs
- EntityDataSourceValidationException.cs
- MemoryResponseElement.cs
- ProxyWebPartManager.cs
- mongolianshape.cs
- ResXDataNode.cs
- ImageConverter.cs
- SystemDropShadowChrome.cs
- HashStream.cs
- DataTemplate.cs
- ActivationArguments.cs
- IApplicationTrustManager.cs
- HandlerWithFactory.cs
- ParserOptions.cs
- ErrorWebPart.cs
- DataRecordInternal.cs
- Util.cs
- XmlIlGenerator.cs
- MdiWindowListStrip.cs
- QueryStringParameter.cs
- SafeHandles.cs
- SeverityFilter.cs
- RemoteArgument.cs
- TextTreeTextElementNode.cs
- ObjectDisposedException.cs
- RegexRunnerFactory.cs
- TableStyle.cs
- TableLayoutPanelCellPosition.cs
- BamlTreeUpdater.cs
- ISAPIRuntime.cs
- PageTheme.cs
- XmlCharType.cs
- QilScopedVisitor.cs
- ImageAnimator.cs
- DockPanel.cs
- MultiByteCodec.cs
- CustomAssemblyResolver.cs
- Condition.cs
- DocumentXPathNavigator.cs
- NotifyInputEventArgs.cs
- ComplexType.cs
- BitmapEffectInput.cs
- Rect3D.cs
- MatrixIndependentAnimationStorage.cs
- CompilerScopeManager.cs
- TraceFilter.cs
- WindowsListBox.cs
- EntitySetBase.cs
- BigInt.cs
- ListManagerBindingsCollection.cs
- KeyGesture.cs
- MetaModel.cs
- RegexRunnerFactory.cs
- IssuanceLicense.cs
- UIElement.cs
- PageCache.cs
- PropertyItem.cs
- ResolveNameEventArgs.cs
- SqlResolver.cs