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