1 instantiation of EmptySecurityKeyIdentifierClause
System.IdentityModel (1)
System\IdentityModel\EncryptedDataElement.cs (1)
33
KeyIdentifier = new SecurityKeyIdentifier( new
EmptySecurityKeyIdentifierClause
() );
4 references to EmptySecurityKeyIdentifierClause
System.IdentityModel (4)
System\IdentityModel\Tokens\EmptySecurityKeyIdentifierClause.cs (3)
16
/// Creates an instance of <see cref="
EmptySecurityKeyIdentifierClause
"/>
25
/// Creates an instance of <see cref="
EmptySecurityKeyIdentifierClause
"/>
31
: base( typeof(
EmptySecurityKeyIdentifierClause
).ToString() )
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
3455
/// contain a single <see cref="SecurityKeyIdentifierClause"/> of type <see cref="
EmptySecurityKeyIdentifierClause
"/></remarks>