ValidatingIssuerNameRegistry.IssuingAuthorities Property
Gets the issuing authorities.
Namespace: System.IdentityModel.Tokens
Assembly: System.IdentityModel.Tokens.ValidatingIssuerNameRegistry (in System.IdentityModel.Tokens.ValidatingIssuerNameRegistry.dll)
Syntax
'Declaration
Public Property IssuingAuthorities As IEnumerable(Of IssuingAuthority)
public IEnumerable<IssuingAuthority> IssuingAuthorities { get; set; }
public:
property IEnumerable<IssuingAuthority^>^ IssuingAuthorities {
IEnumerable<IssuingAuthority^>^ get ();
void set (IEnumerable<IssuingAuthority^>^ value);
}
member IssuingAuthorities : IEnumerable<IssuingAuthority> with get, set
function get IssuingAuthorities () : IEnumerable<IssuingAuthority>
function set IssuingAuthorities (value : IEnumerable<IssuingAuthority>)
Property Value
Type: System.Collections.Generic.IEnumerable<IssuingAuthority>
Returns an IEnumerable<T> object that contains the issuing authorities.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.