[This is preliminary documentation and is subject to change.]
System Object NFX DisposableObject NFX.ApplicationModel ApplicationComponent NFX.ServiceModel Service NFX.ServiceModel Service IPasswordManagerImplementation NFX.ServiceModel ServiceWithInstrumentationBase IPasswordManagerImplementation NFX.Security PasswordHashingAlgorithm NFX.Security PasswordHashingAlgorithm TOptions NFX.Security MD5PasswordHashingAlgorithmNamespace: NFX.SecurityAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract class PasswordHashingAlgorithm<TOptions> : PasswordHashingAlgorithm
where TOptions : IPasswordHashingOptions
public abstract class PasswordHashingAlgorithm<TOptions> : PasswordHashingAlgorithm
where TOptions : IPasswordHashingOptions
Public MustInherit Class PasswordHashingAlgorithm(Of TOptions As IPasswordHashingOptions)
Inherits PasswordHashingAlgorithm
Public MustInherit Class PasswordHashingAlgorithm(Of TOptions As IPasswordHashingOptions)
Inherits PasswordHashingAlgorithm
generic<typename TOptions>
where TOptions : IPasswordHashingOptions
public ref class PasswordHashingAlgorithm abstract : public PasswordHashingAlgorithm
generic<typename TOptions>
where TOptions : IPasswordHashingOptions
public ref class PasswordHashingAlgorithm abstract : public PasswordHashingAlgorithm
[<AbstractClassAttribute>]
type PasswordHashingAlgorithm<'TOptions when 'TOptions : IPasswordHashingOptions> =
class
inherit PasswordHashingAlgorithm
end
[<AbstractClassAttribute>]
type PasswordHashingAlgorithm<'TOptions when 'TOptions : IPasswordHashingOptions> =
class
inherit PasswordHashingAlgorithm
end
- TOptions