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
- PreviewPrintController.cs
- DBNull.cs
- Profiler.cs
- SubqueryRules.cs
- UndirectedGraph.cs
- DataGridHeaderBorder.cs
- GeometryGroup.cs
- AuthenticationModuleElement.cs
- IndependentlyAnimatedPropertyMetadata.cs
- ListenerElementsCollection.cs
- _NestedSingleAsyncResult.cs
- Rfc2898DeriveBytes.cs
- ForeignKeyConstraint.cs
- FormsAuthenticationUser.cs
- MarkupCompilePass2.cs
- BitVec.cs
- SqlClientWrapperSmiStreamChars.cs
- ConvertEvent.cs
- Axis.cs
- InvalidAsynchronousStateException.cs
- SHA1CryptoServiceProvider.cs
- NopReturnReader.cs
- RelatedView.cs
- ListViewDeletedEventArgs.cs
- MouseEvent.cs
- InertiaTranslationBehavior.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- OleDbFactory.cs
- QueuePropertyVariants.cs
- DeflateStream.cs
- OSEnvironmentHelper.cs
- QilFactory.cs
- LocatorManager.cs
- CharAnimationBase.cs
- XmlWrappingReader.cs
- ReadOnlyDictionary.cs
- RuleDefinitions.cs
- EventLogEntryCollection.cs
- Rijndael.cs
- StrongTypingException.cs
- Point3DCollection.cs
- QueryOutputWriter.cs
- ResizeGrip.cs
- Transform.cs
- Utilities.cs
- WebException.cs
- CompiledXpathExpr.cs
- NameValueFileSectionHandler.cs
- HttpDebugHandler.cs
- RtfToXamlReader.cs
- SmiMetaDataProperty.cs
- ZoneButton.cs
- ToggleProviderWrapper.cs
- Triangle.cs
- ReadWriteSpinLock.cs
- dataobject.cs
- CachedRequestParams.cs
- CheckPair.cs
- FloaterParaClient.cs
- DataTableNewRowEvent.cs
- Deserializer.cs
- ProxyWebPartManager.cs
- BypassElementCollection.cs
- activationcontext.cs
- TreeView.cs
- AppearanceEditorPart.cs
- MemberInfoSerializationHolder.cs
- PropertyPath.cs
- OutputCacheModule.cs
- ParsedRoute.cs
- Stroke2.cs
- PartialCachingAttribute.cs
- StorageScalarPropertyMapping.cs
- ControlBuilder.cs
- RawStylusInputCustomDataList.cs
- Message.cs
- PreservationFileWriter.cs
- AvtEvent.cs
- TemplateControlCodeDomTreeGenerator.cs
- StickyNote.cs
- TrustManager.cs
- DataBindEngine.cs
- Sorting.cs
- FixedSOMTableCell.cs
- XmlSchemaAnyAttribute.cs
- WorkflowInstanceProxy.cs
- GroupItemAutomationPeer.cs
- CompilerGlobalScopeAttribute.cs
- VectorAnimation.cs
- CrossSiteScriptingValidation.cs
- HttpCachePolicy.cs
- CalendarKeyboardHelper.cs
- ThemeConfigurationDialog.cs
- BuildProvider.cs
- GroupItemAutomationPeer.cs
- AnimationClock.cs
- BatchWriter.cs
- TableLayoutSettingsTypeConverter.cs
- FrameSecurityDescriptor.cs
- GuidConverter.cs