3 references to X509SubjectKeyIdentifierClause
System.IdentityModel (3)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
467return new X509SubjectKeyIdentifierClause(bytes);
System\IdentityModel\Tokens\X509DataSecurityKeyIdentifierClauseSerializer.cs (1)
220return new X509SubjectKeyIdentifierClause(ski);
System\IdentityModel\Tokens\XmlDsigSep2000.cs (1)
262ski = new X509SubjectKeyIdentifierClause( reader.ReadElementContentAsBase64() );