ClaimsProviderTrust.TokenSigningCertificates Property
Namespace: Microsoft.IdentityServer.PowerShell.Resources
Assembly: Microsoft.IdentityServer.PowerShell (in Microsoft.IdentityServer.PowerShell)
Usage
'Usage
Dim instance As ClaimsProviderTrust
Dim value As ReadOnlyCollection(Of X509Certificate2)
value = instance.TokenSigningCertificates
Syntax
'Declaration
Public ReadOnly Property TokenSigningCertificates As ReadOnlyCollection(Of X509Certificate2)
public ReadOnlyCollection<X509Certificate2> TokenSigningCertificates { get; }
public:
property ReadOnlyCollection<X509Certificate2^>^ TokenSigningCertificates {
ReadOnlyCollection<X509Certificate2^>^ get ();
}
/** @property */
public ReadOnlyCollection<X509Certificate2> get_TokenSigningCertificates ()
public function get TokenSigningCertificates () : ReadOnlyCollection<X509Certificate2>
Property Value
Returns ReadOnlyCollection.
Remarks
The following cmdlets can take an object of this class as input, return an object of this class as output, or both: Add-ADFSClaimsProviderTrust, Disable-ADFSClaimsProviderTrust, Enable-ADFSClaimsProviderTrust, Get-ADFSClaimsProviderTrust, Remove-ADFSClaimsProviderTrust, Set-ADFSClaimsProviderTrust, and Update-ADFSClaimsProviderTrust.
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.
Platforms
Development Platforms
Windows Server 2008, Windows Server 2008 R2
Target Platforms
Windows Server 2008, Windows Server 2008 R2
See Also
Reference
ClaimsProviderTrust Class
ClaimsProviderTrust Members
Microsoft.IdentityServer.PowerShell.Resources Namespace