[This is preliminary documentation and is subject to change.]
Namespace: NFX.SecurityAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool AreEquivalent(
HashedPassword hash,
HashedPassword rehash
)
public bool AreEquivalent(
HashedPassword hash,
HashedPassword rehash
)
Public Function AreEquivalent (
hash As HashedPassword,
rehash As HashedPassword
) As Boolean
Public Function AreEquivalent (
hash As HashedPassword,
rehash As HashedPassword
) As Boolean
public:
bool AreEquivalent(
HashedPassword^ hash,
HashedPassword^ rehash
)
public:
bool AreEquivalent(
HashedPassword^ hash,
HashedPassword^ rehash
)
member AreEquivalent :
hash : HashedPassword *
rehash : HashedPassword -> bool
member AreEquivalent :
hash : HashedPassword *
rehash : HashedPassword -> bool
Return Value
Type:
Boolean