Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)
Usage
Visual Basic |
---|
Dim instance As OneTimePasswordPolicy Dim value As ReadOnlyCollection(Of OneTimePasswordDistribution) value = instance.Distribution |
Syntax
Visual Basic |
---|
Public ReadOnly Property Distribution As ReadOnlyCollection(Of OneTimePasswordDistribution) |
C# |
---|
public ReadOnlyCollection<OneTimePasswordDistribution> Distribution { get; } |
C++ |
---|
public: property ReadOnlyCollection<OneTimePasswordDistribution^>^ Distribution { ReadOnlyCollection<OneTimePasswordDistribution^>^ get (); } |
J# |
---|
/** @property */ public ReadOnlyCollection<OneTimePasswordDistribution> get_Distribution () |
JScript |
---|
public function get Distribution () : ReadOnlyCollection<OneTimePasswordDistribution> |
Property Value
A read-only collection of OneTimePasswordDistribution objects that describe how the one-time passwords are distributed.Remarks
The number of items in the collection coincides with the NumberOfSecrets property of the secret provider type. Each one-time password can have its own distribution method. The secret provider type is indicated by the SecretProviderType property.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.