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 | |
---|---|---|
FederationCertificates() | Initializes a new instance of the FederationCertificates class. |
Properties
Name | Description | |
---|---|---|
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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
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. |
|
Finalize() | (Inherited from Object.) |
|
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. |
|
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. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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