PassportIdentity.GetProfileObject(String) Método

Definição

Retorna informações de perfil do Passport para o atributo de perfil especificado.Returns Passport profile information for the specified profile attribute. Essa classe foi preterida.This class is deprecated.

public:
 System::Object ^ GetProfileObject(System::String ^ strProfileName);
public object GetProfileObject (string strProfileName);
member this.GetProfileObject : string -> obj
Public Function GetProfileObject (strProfileName As String) As Object

Parâmetros

strProfileName
String

O atributo de perfil do Passport a ser retornado.The Passport profile attribute to return.

Retornos

Object

O valor do atributo de perfil do Passport especificado pelo parâmetro strProfileName.The value of the Passport profile attribute specified by the strProfileName parameter.

Comentários

Essa classe foi preterida e não é mais suportada.This class has been deprecated and is no longer supported. Microsoft Passport rede foi substituída pelo Windows Live ID.Microsoft Passport Network has been replaced by Windows Live ID. Para obter mais informações sobre como usar o Windows Live ID para autenticar usuários em um aplicativo Web, consulte Windows Live ID SDK.For more information about how to use Windows Live ID to authenticate users in a Web application, see Windows Live ID SDK.

Aplica-se a