<PackageReference Include="System.ServiceModel.Primitives" Version="8.0.0" />

System.ServiceModel.Security.ScopedMessagePartSpecification

public ICollection<string> Actions { get; }

public bool IsReadOnly { get; }

public void AddParts(MessagePartSpecification parts, string action)

public void MakeReadOnly()

public bool TryGetParts(string action, bool excludeChannelScope, out MessagePartSpecification parts)

public bool TryGetParts(string action, out MessagePartSpecification parts)