WsFederationConfiguration.KeyInfos Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the IList<T> that the IdentityProvider indicates are to be used signing keys.
public System.Collections.Generic.ICollection<Microsoft.IdentityModel.Xml.KeyInfo> KeyInfos { get; }
member this.KeyInfos : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Xml.KeyInfo>
Public ReadOnly Property KeyInfos As ICollection(Of KeyInfo)