You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="specifics">The <see cref="FileSystemSpecifics"/> instance associated with the item.</param>
29
+
/// <param name="expendableDirectoryId">A buffer of size <see cref="Constants.DIRECTORY_ID_SIZE"/> which will be used to hold the Directory ID data.</param>
17
30
/// <param name="cancellationToken">A <see cref="CancellationToken"/> that cancels this action.</param>
18
-
/// <returns>A <see cref="Task"/> that represents the asynchronous operation. Value is an encrypted name.</returns>
31
+
/// <returns>A <see cref="Task"/> that represents the asynchronous operation. Value is an encrypted name with the appropriate file extension appended.</returns>
/// <param name="security">The <see cref="Security"/> instance associated with the item.</param>
51
+
/// <param name="cancellationToken">A <see cref="CancellationToken"/> that cancels this action.</param>
52
+
/// <returns>A <see cref="Task"/> that represents the asynchronous operation. Value is an encrypted name with the appropriate file extension appended.</returns>
/// <param name="specifics">The <see cref="FileSystemSpecifics"/> instance associated with the item.</param>
97
+
/// <param name="expendableDirectoryId">A buffer of size <see cref="Constants.DIRECTORY_ID_SIZE"/> which will be used to hold the Directory ID data.</param>
37
98
/// <param name="cancellationToken">A <see cref="CancellationToken"/> that cancels this action.</param>
38
99
/// <returns>A <see cref="Task"/> that represents the asynchronous operation. Value is a decrypted name.</returns>
/// <param name="specifics">The <see cref="FileSystemSpecifics"/> instance associated with the item.</param>
98
159
/// <param name="cancellationToken">A <see cref="CancellationToken"/> that cancels this action.</param>
99
-
/// <returns>A <see cref="Task"/> that represents the asynchronous operation. The result is an encrypted name, retrieved from the cache if available, or newly encrypted if not.</returns>
160
+
/// <returns>A <see cref="Task"/> that represents the asynchronous operation. Value is an encrypted name with the appropriate file extension appended, retrieved from the cache if available, or newly encrypted if not.</returns>
0 commit comments