SPOriginalIssuers members
Represents the claim original issuers used by the security token service (STS) and those returned by the SPClaimProvider claim providers found in the Microsoft.SharePoint.Administration.Claims namespace.
The SPOriginalIssuers type exposes the following members.
Methods
Name | Description | |
---|---|---|
DoesIssuerTypeNeedIdentifier | Determines whether an issuer type requires an identifier. | |
Equals | Performs a comparison between two original issuer objects. | |
Format(SPOriginalIssuerType) | Formats a valid issuer from an issuer type. | |
Format(SPOriginalIssuerType, String) | Formats a valid issuer from an issuer type and an issuer identifier. | |
GetIssuerIdentifier | Returns the issuer identifier from the input. | |
GetIssuerType | Returns the issuer type from the input. | |
IsIssuerType | Determines whether the issuer is of a particular type. | |
IsValidIssuer | Determines whether an issuer is valid. | |
IsValidIssuerIdentifier | Determines whether an issuer identifier is valid. |
Top