CmsMessageRecipient.Resolve 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.
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.