Home
last modified time | relevance | path

Searched refs:subjectKeyIdentifierSignature (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/
H A DSubjectIdentifierTest.cs53 …static byte[] subjectKeyIdentifierSignature = { 0x30, 0x82, 0x03, 0x24, 0x06, 0x09, 0x2A, 0x86, 0x… field in MonoTests.System.Security.Cryptography.Pkcs.SubjectIdentifierTest
82 SubjectIdentifier si = GetSubjectIdentifier (subjectKeyIdentifierSignature); in SubjectKeyIdentifier()
H A DSignerInfoTest.cs57 …static internal byte[] subjectKeyIdentifierSignature = { 0x30, 0x82, 0x03, 0x24, 0x06, 0x09, 0x2A,… field in MonoTests.System.Security.Cryptography.Pkcs.SignerInfoTest
91 SignerInfo si = GetSignerInfo (subjectKeyIdentifierSignature); in SubjectKeyIdentifierProperties()
H A DSignerInfoCollectionTest.cs46 SignerInfo si = SignerInfoTest.GetSignerInfo (SignerInfoTest.subjectKeyIdentifierSignature); in GetCollection()