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