Share via


PasswordDistributionType Enumeration

Defines distribution methods for one-time passwords.

Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)

Usage

'Usage
Dim instance As PasswordDistributionType

Syntax

'Declaration
Public Enumeration PasswordDistributionType
public enum PasswordDistributionType
public enum class PasswordDistributionType
public enum PasswordDistributionType
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

Reference

Microsoft.Clm.Shared.ProfileTemplates Namespace