2 references to X509SubjectKeyIdentifierClause
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
365
return new
X509SubjectKeyIdentifierClause
(bytes);
System\IdentityModel\Tokens\XmlDsigSep2000.cs (1)
146
ski = new
X509SubjectKeyIdentifierClause
(reader.ReadElementContentAsBase64());