Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public AuthenticationWithTokenRefresh(
/// may choose to ignore this value.</param>
/// <param name="timeBufferPercentage">Time buffer before expiry when the token should be renewed expressed as
/// a percentage of the time to live.</param>
/// <param name="disposeWithClient "><c>true</c> if the authentication method should be disposed of by the client
/// <param name="disposeWithClient"><c>true</c> if the authentication method should be disposed of by the client
/// when the client using this instance is itself disposed; <c>false</c> if you intend to reuse the authentication method.</param>
public AuthenticationWithTokenRefresh(
int suggestedTimeToLiveSeconds,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ public DeviceAuthenticationWithTokenRefresh(
/// <param name="timeBufferPercentage">
/// The time buffer before expiry when the token should be renewed, expressed as a percentage of the time to live.
/// The default behavior is that the token will be renewed when it has 15% or less of its lifespan left.
///</param>
///<param name="disposeWithClient ">
///<c>true</c> if the authentication method should be disposed of by the client
/// </param>
/// <param name="disposeWithClient">
/// <c>true</c> if the authentication method should be disposed of by the client
/// when the client using this instance is itself disposed; <c>false</c> if you intend to reuse the authentication method.
/// </param>
public DeviceAuthenticationWithTokenRefresh(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public DeviceAuthenticationWithTpm(
/// <param name="suggestedTimeToLiveSeconds">Token time to live suggested value.</param>
/// <param name="timeBufferPercentage">Time buffer before expiry when the token should be renewed expressed as percentage of
/// the time to live. EX: If you want a SAS token to live for 85% of life before proactive renewal, this value should be 15.</param>
/// <param name="disposeWithClient "><c>true</c> if the authentication method should be disposed of by the client
/// <param name="disposeWithClient"><c>true</c> if the authentication method should be disposed of by the client
/// when the client using this instance is itself disposed; <c>false</c> if you intend to reuse the authentication method.</param>
public DeviceAuthenticationWithTpm(
string deviceId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ public ModuleAuthenticationWithTokenRefresh(
/// <param name="timeBufferPercentage">
/// The time buffer before expiry when the token should be renewed, expressed as a percentage of the time to live.
/// The default behavior is that the token will be renewed when it has 15% or less of its lifespan left.
///</param>
///<param name="disposeWithClient ">
///<c>true</c> if the authentication method should be disposed of by the client
/// </param>
/// <param name="disposeWithClient">
/// <c>true</c> if the authentication method should be disposed of by the client
/// when the client using this instance is itself disposed; <c>false</c> if you intend to reuse the authentication method.
/// </param>
public ModuleAuthenticationWithTokenRefresh(
Expand Down