Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // 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); } } } // 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
- CodeValidator.cs
- SoundPlayerAction.cs
- Rights.cs
- RegexWorker.cs
- XmlUrlResolver.cs
- SmiEventSink_DeferedProcessing.cs
- RegexCapture.cs
- DelegateTypeInfo.cs
- Button.cs
- ipaddressinformationcollection.cs
- SafeReversePInvokeHandle.cs
- PositiveTimeSpanValidatorAttribute.cs
- HostedAspNetEnvironment.cs
- ContentValidator.cs
- WizardStepBase.cs
- RawStylusInputCustomData.cs
- ImageListUtils.cs
- DaylightTime.cs
- XmlCollation.cs
- ListChangedEventArgs.cs
- DependencyPropertyChangedEventArgs.cs
- Menu.cs
- OutputCacheProfileCollection.cs
- coordinatorscratchpad.cs
- AutomationPatternInfo.cs
- AddingNewEventArgs.cs
- PingReply.cs
- ProxyManager.cs
- PropertyReferenceSerializer.cs
- TypedReference.cs
- ProfileSettings.cs
- InternalDispatchObject.cs
- DomainUpDown.cs
- RelatedImageListAttribute.cs
- IndentTextWriter.cs
- AstTree.cs
- ToolZone.cs
- PackageFilter.cs
- OutputCacheSection.cs
- Point.cs
- PixelShader.cs
- FamilyTypefaceCollection.cs
- ToggleProviderWrapper.cs
- ChangeTracker.cs
- BindableAttribute.cs
- SettingsBase.cs
- ValidationSummary.cs
- WindowsStatusBar.cs
- DependencyObject.cs
- TextBoxRenderer.cs
- WebBrowsableAttribute.cs
- SafeRightsManagementQueryHandle.cs
- DeviceFiltersSection.cs
- GetLedgerEntryForRecipientRequest.cs
- SerializationSectionGroup.cs
- DataPagerCommandEventArgs.cs
- EncodingStreamWrapper.cs
- SqlInternalConnectionSmi.cs
- CodeTypeParameterCollection.cs
- ToolBarButton.cs
- HtmlTableRow.cs
- CompilerScope.cs
- CompareValidator.cs
- InlineUIContainer.cs
- BuildProviderAppliesToAttribute.cs
- EntitySqlQueryBuilder.cs
- XmlArrayItemAttribute.cs
- FormatterServices.cs
- ExpressionParser.cs
- OuterProxyWrapper.cs
- CompoundFileStreamReference.cs
- StatusBar.cs
- _LocalDataStoreMgr.cs
- XPathBinder.cs
- StagingAreaInputItem.cs
- shaper.cs
- XNodeSchemaApplier.cs
- AutomationIdentifierGuids.cs
- figurelengthconverter.cs
- AnonymousIdentificationModule.cs
- DataGridViewAdvancedBorderStyle.cs
- XamlPoint3DCollectionSerializer.cs
- _ListenerRequestStream.cs
- Point3DIndependentAnimationStorage.cs
- ComEventsHelper.cs
- MediaElement.cs
- ReadContentAsBinaryHelper.cs
- _SpnDictionary.cs
- EditorPartChrome.cs
- ApplicationInfo.cs
- RandomNumberGenerator.cs
- MdbDataFileEditor.cs
- altserialization.cs
- RegexCaptureCollection.cs
- ProcessInfo.cs
- Propagator.JoinPropagator.cs
- CompletionCallbackWrapper.cs
- EraserBehavior.cs
- EdmError.cs
- PartialCachingAttribute.cs