SecurityPrincipalsRequest Class

Definition

Represents the request message contract for security principals.

public ref class SecurityPrincipalsRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SecurityPrincipalsRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SecurityPrincipalsRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SecurityPrincipalsRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrincipalsRequest = class
Public Class SecurityPrincipalsRequest
Inheritance
SecurityPrincipalsRequest
Attributes

Constructors

SecurityPrincipalsRequest()

Initializes a new instance of the SecurityPrincipalsRequest class that has default values.

SecurityPrincipalsRequest(International, SecurityPrincipals)

Initializes a new instance of the SecurityPrincipalsRequest class that has the specified cultural settings and principals to get.

Fields

International

The cultural settings.

Principals

The principals to get.

Applies to