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 / HMACRIPEMD160.cs / 1 / HMACRIPEMD160.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // HMACRIPEMD160.cs // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public class HMACRIPEMD160 : HMAC { // // public constructors // public HMACRIPEMD160 () : this (Utils.GenerateRandom(64)) {} public HMACRIPEMD160 (byte[] key) { m_hashName = "RIPEMD160"; m_hash1 = new RIPEMD160Managed(); m_hash2 = new RIPEMD160Managed(); HashSizeValue = 160; base.InitializeKey(key); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // HMACRIPEMD160.cs // namespace System.Security.Cryptography { [System.Runtime.InteropServices.ComVisible(true)] public class HMACRIPEMD160 : HMAC { // // public constructors // public HMACRIPEMD160 () : this (Utils.GenerateRandom(64)) {} public HMACRIPEMD160 (byte[] key) { m_hashName = "RIPEMD160"; m_hash1 = new RIPEMD160Managed(); m_hash2 = new RIPEMD160Managed(); HashSizeValue = 160; base.InitializeKey(key); } } } // 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
- HotSpotCollection.cs
- Interlocked.cs
- Help.cs
- Lease.cs
- BindingGraph.cs
- UIElementAutomationPeer.cs
- IntPtr.cs
- MultiBindingExpression.cs
- BindingCollection.cs
- ColumnCollection.cs
- ListView.cs
- CacheChildrenQuery.cs
- UITypeEditors.cs
- CompiledRegexRunnerFactory.cs
- CharacterHit.cs
- CqlParser.cs
- NotSupportedException.cs
- FileDialog_Vista.cs
- TableSectionStyle.cs
- ZipIOExtraFieldElement.cs
- TextContainerChangeEventArgs.cs
- Rotation3DAnimation.cs
- PolicyStatement.cs
- DataGridViewCellMouseEventArgs.cs
- _LazyAsyncResult.cs
- XPathCompiler.cs
- Pair.cs
- ObjectDataSourceStatusEventArgs.cs
- ParameterSubsegment.cs
- WindowProviderWrapper.cs
- oledbmetadatacollectionnames.cs
- AppSecurityManager.cs
- TextParaLineResult.cs
- MatrixStack.cs
- CommandConverter.cs
- KeyboardDevice.cs
- SafeReversePInvokeHandle.cs
- EncryptedPackage.cs
- LoginView.cs
- NonSerializedAttribute.cs
- Expressions.cs
- ReverseInheritProperty.cs
- ResourceContainer.cs
- Switch.cs
- LineBreak.cs
- HelpEvent.cs
- LightweightCodeGenerator.cs
- ExpressionVisitor.cs
- FreezableCollection.cs
- FocusWithinProperty.cs
- LambdaCompiler.Statements.cs
- WebRequestModulesSection.cs
- PropertyMapper.cs
- ScalarConstant.cs
- DispatcherProcessingDisabled.cs
- DurationConverter.cs
- SyndicationItemFormatter.cs
- AssociationSetEnd.cs
- CompiledQuery.cs
- ConfigXmlSignificantWhitespace.cs
- DPTypeDescriptorContext.cs
- StoreContentChangedEventArgs.cs
- ToolboxItem.cs
- SqlNodeAnnotation.cs
- ItemType.cs
- FacetChecker.cs
- TcpClientSocketManager.cs
- CSharpCodeProvider.cs
- ItemsPresenter.cs
- GroupBoxAutomationPeer.cs
- WebPartVerb.cs
- OdbcCommandBuilder.cs
- VisualStyleInformation.cs
- ValueType.cs
- cookiecontainer.cs
- Error.cs
- DataBindingCollection.cs
- Renderer.cs
- DataGridCaption.cs
- WebPartVerbsEventArgs.cs
- SqlTopReducer.cs
- MembershipPasswordException.cs
- DataGridViewMethods.cs
- HtmlHistory.cs
- ObjectConverter.cs
- LocatorManager.cs
- DataGridViewAdvancedBorderStyle.cs
- XmlSchemaAll.cs
- XmlDocumentType.cs
- ReceiveSecurityHeader.cs
- PagesChangedEventArgs.cs
- WSSecurityPolicy11.cs
- CustomError.cs
- MenuScrollingVisibilityConverter.cs
- CacheForPrimitiveTypes.cs
- JsonFormatReaderGenerator.cs
- ExpandedWrapper.cs
- TimelineCollection.cs
- LowerCaseStringConverter.cs
- PtsHost.cs