Defines distribution methods for one-time passwords.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As PasswordDistributionType

Syntax

Visual Basic
Public Enumeration PasswordDistributionType
C#
public enum PasswordDistributionType
C++
public enum class PasswordDistributionType
J#
public enum PasswordDistributionType
JScript
public enum PasswordDistributionType

Members

Member name Description
Display Display the one-time password to the user.
DoNothing Do not distribute the one-time password.
EmailOriginator Email the one-time password to the FIM CM request initiator.
EmailSubscriber Email the one-time password to the target user.
EmailSubscriberManager Email the one-time password to the target user’s manager as defined in Active Directory.

Platforms

Development Platforms

Windows 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also