1 write to Sid
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (1)
128
System.Security.Cryptography.Pkcs.Asn1.SignerIdentifierAsn.Decode(ref sequenceReader, rebind, out decoded.
Sid
);
6 references to Sid
System.Security.Cryptography.Pkcs (6)
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (1)
33
Sid
.Encode(writer);
System\Security\Cryptography\Pkcs\CmsSigner.cs (3)
257
newSignerInfo.
Sid
.IssuerAndSerialNumber = new IssuerAndSerialNumberAsn
266
newSignerInfo.
Sid
.SubjectKeyIdentifier = PkcsPal.Instance.GetSubjectKeyIdentifier(Certificate!);
270
newSignerInfo.
Sid
.IssuerAndSerialNumber = new IssuerAndSerialNumberAsn
System\Security\Cryptography\Pkcs\SignerInfo.cs (2)
40
SignerIdentifier = new SubjectIdentifier(parsedData.
Sid
);
146
var counterSignerId = new SubjectIdentifier(counterSigner.
Sid
);