ProxyTrustConfiguration Class

Definition

public ref class ProxyTrustConfiguration : Microsoft::IdentityServer::PolicyModel::Configuration::ContractObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.datacontract.org/2012/04/ADFS")]
public class ProxyTrustConfiguration : Microsoft.IdentityServer.PolicyModel.Configuration.ContractObject
type ProxyTrustConfiguration = class
    inherit ContractObject
Public Class ProxyTrustConfiguration
Inherits ContractObject
Inheritance
ProxyTrustConfiguration
Attributes

Constructors

ProxyTrustConfiguration()
ProxyTrustConfiguration(Int32, String)

Fields

ContractNamespace (Inherited from ContractObject)

Properties

ExtensionData (Inherited from ContractObject)
ProxyTrustId
TokenLifeTime

Methods

AddProxyTrustCertificate(X509Certificate2)
GetCertificateByPublicKey(String)
GetCertificateBySubject(String)
GetCertificates()
RemoveProxyTrustCertificateByPublicKey(String)
RemoveProxyTrustCertificateBySubject(String)

Applies to