CmsMessageRecipient.Resolve Method

Definition

Resolves the provided identifier into a collection of certificates.

public:
 void Resolve(System::Management::Automation::SessionState ^ sessionState, System::Management::Automation::ResolutionPurpose purpose, [Runtime::InteropServices::Out] System::Management::Automation::ErrorRecord ^ % error);
public void Resolve (System.Management.Automation.SessionState sessionState, System.Management.Automation.ResolutionPurpose purpose, out System.Management.Automation.ErrorRecord error);
member this.Resolve : System.Management.Automation.SessionState * System.Management.Automation.ResolutionPurpose * ErrorRecord -> unit
Public Sub Resolve (sessionState As SessionState, purpose As ResolutionPurpose, ByRef error As ErrorRecord)

Parameters

sessionState
SessionState

A reference to an instance of Powershell's SessionState class.

purpose
ResolutionPurpose

The purpose for which this identifier is being resolved (Encryption / Decryption.

error
ErrorRecord

The error generated (if any) for this resolution.

Applies to