IssuerNameRegistry.GetWindowsIssuerName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the default issuer name to be used for Windows claims.
public:
virtual System::String ^ GetWindowsIssuerName();
public virtual string GetWindowsIssuerName ();
abstract member GetWindowsIssuerName : unit -> string
override this.GetWindowsIssuerName : unit -> string
Public Overridable Function GetWindowsIssuerName () As String
Returns
The default issuer name for Windows claims.
Remarks
The default implementation returns DefaultIssuer.
Called from the processing pipeline by the security token handler that is processing the token. The method should return a unique name for the issuer within the context of the RP application.
Applies to
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา