Permission set 4110 Base64 Convert - Objects

App
System Application
Namespace
System.Text
Versions
19-25, not in 28
Obsolete
Pending 22.0, seen from 22. This permission set is replaced with inherent permissions and is no longer needed.

Obsolete, 1

Versions171819202122232425262728

Source2425

Source in 25

src/System Application/App/Base64 Convert/permissions/Base64ConvertObjects.PermissionSet.al16 lines, Copyright (c) Microsoft Corporation. MIT

#if not CLEAN22
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

namespace System.Text;

permissionset 4110 "Base64 Convert - Objects"
{
    Assignable = false;
    ObsoleteState = Pending;
    ObsoleteReason = 'This permission set is replaced with inherent permissions and is no longer needed.';
    ObsoleteTag = '22.0';
}
#endif