SecurityPrincipalsRequest-Klasse
Represents the request message contract for security principals in the Master Data Services API. This class cannot be inherited.
Vererbungshierarchie
System.Object
Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
Microsoft.MasterDataServices.Services.MessageContracts.SecurityPrincipalsRequest
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageContractAttribute> _
Public NotInheritable Class SecurityPrincipalsRequest _
Inherits MessageRequest
'Usage
Dim instance As SecurityPrincipalsRequest
[MessageContractAttribute]
public sealed class SecurityPrincipalsRequest : MessageRequest
[MessageContractAttribute]
public ref class SecurityPrincipalsRequest sealed : public MessageRequest
[<SealedAttribute>]
[<MessageContractAttribute>]
type SecurityPrincipalsRequest =
class
inherit MessageRequest
end
public final class SecurityPrincipalsRequest extends MessageRequest
Der SecurityPrincipalsRequest-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
SecurityPrincipalsRequest | Initializes a new instance of the SecurityPrincipalsRequest class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
International | Gets or sets the client localization information. (Geerbt von MessageRequest.) | |
Principals | Gets or sets the security principals that will be used in the request. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.MessageContracts-Namespace