Share via


FederationCertificates Class

 

AD FS token verification certificates in the Federation Service Certificate Store.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Inheritance Hierarchy

System.Object
  System.Web.Security.SingleSignOn.FederationCertificates

Syntax

[ComVisibleAttribute(true)]
public class FederationCertificates
[ComVisibleAttribute(true)]
public ref class FederationCertificates 
[<ComVisibleAttribute(true)>]
type FederationCertificates = class end
<ComVisibleAttribute(True)>
Public Class FederationCertificates

Constructors

Name Description
System_CAPS_pubmethod FederationCertificates()

Initializes a new instance of the FederationCertificates class.

Properties

Name Description
System_CAPS_pubproperty SerializedStore

This property supports the AD FS infrastructure and is not intended to be used directly from your code. Gets or sets a base-64 encoded certificate store.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod ExportCertificateChain(String)

This method supports the AD FS infrastructure and is not intended to be used directly from your code. Exports the certificates used in the certificate chain in base-64 encoded form.

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod FindCertificateByThumbprint(String)

This method supports the AD FS infrastructure and is not intended to be used directly from your code. Finds a certificate by its thumbprint.

System_CAPS_pubmethod FindCertificateChainByThumbprint(String)

This method supports the AD FS infrastructure and is not intended to be used directly from your code. Finds a certificate chain by its thumbprint.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

The Federation Service Certificate Store is a certificate store that is created on the Federation Server machine upon FS startup. These certificates include all the certificates in the certificate chain of the Federation Service Token Verification Certificate(s) and the Token Verification Certificates of Trusted Realms.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.Security.SingleSignOn Namespace

Return to top