1 write to CommitmentTypeId
NuGet.Packaging (1)
Signing\Signatures\CommitmentTypeIndication.cs (1)
29CommitmentTypeId = commitmentTypeId;
3 references to CommitmentTypeId
NuGet.Packaging (3)
Signing\Cms\NativeCms.cs (1)
203commitmentTypeIndication.CommitmentTypeId.Value,
Signing\Signatures\CommitmentTypeIndication.cs (1)
80return DerEncoder.ConstructSequence(DerEncoder.SegmentedEncodeOid(CommitmentTypeId));
Signing\Utility\AttributeUtility.cs (1)
300var signatureType = GetSignatureType(indication.CommitmentTypeId.Value!);