RemoteAuthenticationResult<TRemoteAuthenticationState> Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Kimlik doğrulama işleminin sonucunu temsil eder.
generic <typename TRemoteAuthenticationState>
where TRemoteAuthenticationState : RemoteAuthenticationStatepublic ref class RemoteAuthenticationResult
public class RemoteAuthenticationResult<TRemoteAuthenticationState> where TRemoteAuthenticationState : RemoteAuthenticationState
type RemoteAuthenticationResult<'RemoteAuthenticationState (requires 'RemoteAuthenticationState :> RemoteAuthenticationState)> = class
Public Class RemoteAuthenticationResult(Of TRemoteAuthenticationState)
Tür Parametreleri
- TRemoteAuthenticationState
Kimlik doğrulama işlemi sırasında korunan durumun türü.
- Devralma
-
RemoteAuthenticationResult<TRemoteAuthenticationState>
Oluşturucular
RemoteAuthenticationResult<TRemoteAuthenticationState>() |
Kimlik doğrulama işleminin sonucunu temsil eder. |
Özellikler
ErrorMessage |
Başarısız bir kimlik doğrulama işleminin hata iletisini alır veya ayarlar. |
State |
Başarılı bir kimlik doğrulama işleminin korunan durumunu alır veya ayarlar. |
Status |
Kimlik doğrulama işleminin durumunu alır veya ayarlar. Durum biri RemoteAuthenticationStatusolabilir. |