1 write to Sid
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (1)
128System.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)
33Sid.Encode(writer);
System\Security\Cryptography\Pkcs\CmsSigner.cs (3)
257newSignerInfo.Sid.IssuerAndSerialNumber = new IssuerAndSerialNumberAsn 266newSignerInfo.Sid.SubjectKeyIdentifier = PkcsPal.Instance.GetSubjectKeyIdentifier(Certificate!); 270newSignerInfo.Sid.IssuerAndSerialNumber = new IssuerAndSerialNumberAsn
System\Security\Cryptography\Pkcs\SignerInfo.cs (2)
40SignerIdentifier = new SubjectIdentifier(parsedData.Sid); 146var counterSignerId = new SubjectIdentifier(counterSigner.Sid);