4 overrides of CreateClause
System.IdentityModel (4)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (2)
416
protected override SecurityKeyIdentifierClause
CreateClause
(byte[] bytes, byte[] derivationNonce, int derivationLength)
465
protected override SecurityKeyIdentifierClause
CreateClause
(byte[] bytes, byte[] derivationNonce, int derivationLength)
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (2)
168
protected override SecurityKeyIdentifierClause
CreateClause
(byte[] bytes, byte[] derivationNonce, int derivationLength)
190
protected override SecurityKeyIdentifierClause
CreateClause
(byte[] bytes, byte[] derivationNonce, int derivationLength)
1 reference to CreateClause
System.IdentityModel (1)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
368
return
CreateClause
(bytes, derivationNonce, derivationLength);