SecurityIdentity Klasa
Definicja
Zawiera informacje, które odnoszą się do tożsamości w łańcuchu wywołań modelu COM+.Contains information that regards an identity in a COM+ call chain.
public ref class SecurityIdentity sealed
public sealed class SecurityIdentity
type SecurityIdentity = class
Public NotInheritable Class SecurityIdentity
- Dziedziczenie
-
SecurityIdentity
Uwagi
Nie można programowo tworzyć nowych wystąpień.You do not create new instances programmatically. Zamiast tego otrzymujesz nowe wystąpienia z SecurityCallContext i SecurityCallers .Instead, you obtain new instances from SecurityCallContext and SecurityCallers.
Właściwości
AccountName |
Pobiera nazwę użytkownika opisanego przez tę tożsamość.Gets the name of the user described by this identity. |
AuthenticationLevel |
Pobiera poziom uwierzytelniania użytkownika opisany przez tę tożsamość.Gets the authentication level of the user described by this identity. |
AuthenticationService |
Pobiera usługę uwierzytelniania opisaną przez tę tożsamość.Gets the authentication service described by this identity. |
ImpersonationLevel |
Pobiera poziom personifikacji użytkownika opisany przez tę tożsamość.Gets the impersonation level of the user described by this identity. |
Metody
Equals(Object) |
Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.Determines whether the specified object is equal to the current object. (Odziedziczone po Object) |
GetHashCode() |
Służy jako domyślna funkcja skrótu.Serves as the default hash function. (Odziedziczone po Object) |
GetType() |
Pobiera Type bieżące wystąpienie.Gets the Type of the current instance. (Odziedziczone po Object) |
MemberwiseClone() |
Tworzy skróconą kopię bieżącego elementu Object .Creates a shallow copy of the current Object. (Odziedziczone po Object) |
ToString() |
Zwraca ciąg reprezentujący bieżący obiekt.Returns a string that represents the current object. (Odziedziczone po Object) |