Share via


KeyedHashAlgorithm Constructor (KeyedHashAlgorithmType, Session)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the KeyedHashAlgorithm class with the specified algorithm and session context.

Namespace:  System.Security.Cryptography
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
Public Sub New ( _
    algorithm As KeyedHashAlgorithmType, _
    session As Session _
)
public KeyedHashAlgorithm(
    KeyedHashAlgorithmType algorithm,
    Session session
)
public:
KeyedHashAlgorithm(
    KeyedHashAlgorithmType algorithm, 
    Session^ session
)
new : 
        algorithm:KeyedHashAlgorithmType * 
        session:Session -> KeyedHashAlgorithm
public function KeyedHashAlgorithm(
    algorithm : KeyedHashAlgorithmType, 
    session : Session
)

Parameters

.NET Framework Security

See Also

Reference

KeyedHashAlgorithm Class

KeyedHashAlgorithm Overload

System.Security.Cryptography Namespace