Partner.GetPartyNameForPartyId(Int32, String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void GetPartyNameForPartyId(int PartyId, [Runtime::InteropServices::Out] System::String ^ % PartyName, [Runtime::InteropServices::Out] System::String ^ % PartySid, [Runtime::InteropServices::Out] System::String ^ % PartySignatureCertificateHash);
public static void GetPartyNameForPartyId (int PartyId, out string PartyName, out string PartySid, out string PartySignatureCertificateHash);
static member GetPartyNameForPartyId : int * string * string * string -> unit
Public Shared Sub GetPartyNameForPartyId (PartyId As Integer, ByRef PartyName As String, ByRef PartySid As String, ByRef PartySignatureCertificateHash As String)
Parameters
- PartyId
- Int32
- PartyName
- String
- PartySid
- String
- PartySignatureCertificateHash
- String