public virtual new bool TryCreateKeyIdentifierClauseFromTokenXml(System.Xml.XmlElement element, System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle tokenReferenceStyle, out System.IdentityModel.Tokens.SecurityKeyIdentifierClause securityKeyIdentifierClause)
        {
            securityKeyIdentifierClause = default(System.IdentityModel.Tokens.SecurityKeyIdentifierClause);

            return(default(bool));
        }
 public virtual new System.IdentityModel.Tokens.SecurityKeyIdentifierClause CreateKeyIdentifierClauseFromTokenXml(System.Xml.XmlElement element, System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle tokenReferenceStyle)
 {
     return(default(System.IdentityModel.Tokens.SecurityKeyIdentifierClause));
 }