public static System.IdentityModel.Tokens.GenericXmlSecurityToken GetToken(System.Xml.XmlElement endpoint, System.Collections.Generic.IEnumerable <System.Xml.XmlElement> policy, System.Xml.XmlElement requiredRemoteTokenIssuer, System.IdentityModel.Selectors.SecurityTokenSerializer tokenSerializer)
 {
     throw null;
 }
Ejemplo n.º 2
0
 protected internal virtual new System.IdentityModel.Tokens.SecurityToken GetInfoCardSecurityToken(bool requiresInfoCard, System.IdentityModel.Selectors.CardSpacePolicyElement[] chain, System.IdentityModel.Selectors.SecurityTokenSerializer tokenSerializer)
 {
     return(default(System.IdentityModel.Tokens.SecurityToken));
 }
 public static System.IdentityModel.Tokens.GenericXmlSecurityToken GetToken(System.IdentityModel.Selectors.CardSpacePolicyElement[] policyChain, System.IdentityModel.Selectors.SecurityTokenSerializer tokenSerializer)
 {
     throw null;
 }
Ejemplo n.º 4
0
        public System.Collections.ObjectModel.Collection <System.Xml.XmlElement> CreateRequestParameters(System.ServiceModel.MessageSecurityVersion messageSecurityVersion, System.IdentityModel.Selectors.SecurityTokenSerializer securityTokenSerializer)
        {
            Contract.Ensures(Contract.Result <System.Collections.ObjectModel.Collection <System.Xml.XmlElement> >() != null);

            return(default(System.Collections.ObjectModel.Collection <System.Xml.XmlElement>));
        }