Manages macOS signing materials (entitlements and provisioning profiles) using the secure store.
public sealed class MacSigningMaterialService
kind:method
kind:property
kind:ctor
MacSigningMaterialService(ISecureStore, ITelemetryChannel, ILogger<MacSigningMaterialService>?)
EntitlementsMetadataKey
ProvisioningMetadataKey
PrepareAsync(PackageFormatContext, CancellationToken)
StoreEntitlementsAsync(String, ReadOnlyMemory<Byte>, Nullable<DateTimeOffset>, IReadOnlyDictionary<String, String>?, CancellationToken)
StoreProvisioningProfileAsync(String, ReadOnlyMemory<Byte>, Nullable<DateTimeOffset>, IReadOnlyDictionary<String, String>?, CancellationToken)