RequestExtensions Members

This element is introduced in Windows PowerShell 5.0.

The following tables list the members exposed by the RequestExtensions type.

Public Properties

  Name Description
public property static LocalDynamicInterface The instance of a DynamicInterface that you can use as a remotable object supplied to another app domain..This element is introduced in Windows PowerShell 5.0.
public property static RemoteDynamicInterface The instance of the DynamicInteface service from the calling app domain.This element is introduced in Windows PowerShell 5.0.

Top

Public Methods

(see also Extension Methods)

  Name Description
public methodstatic As Use this method to adapt an object from a foreign app domain to a known interface in this app domain.This element is introduced in Windows PowerShell 5.0.
public methodstatic Extend Use this method to adapt and extend an object so that you can pass it to a foreign app domain.This element is introduced in Windows PowerShell 5.0.
public methodstatic FromBase64 This element is introduced in Windows PowerShell 5.0.
public methodstatic FromProtectedString This element is introduced in Windows PowerShell 5.0.
public methodstatic Is This element is introduced in Windows PowerShell 5.0.
public methodstatic IsEmptyOrNull This element is introduced in Windows PowerShell 5.0.
public methodstatic IsTrue This element is introduced in Windows PowerShell 5.0.
public methodstatic ProtectBinaryForMachine Encrypts a collection of bytes with the machine key and the specified salt.This element is introduced in Windows PowerShell 5.0.
public methodstatic ProtectBinaryForUser Encrypts a collection of bytes with the user key and the specified saltThis element is introduced in Windows PowerShell 5.0.
public methodstatic ProtectForMachine Encrypts a string with the machine key and the specified saltThis element is introduced in Windows PowerShell 5.0.
public methodstatic ProtectForUser Encrypts a string with the machine key and the specified saltThis element is introduced in Windows PowerShell 5.0.
public methodstatic ToBase64 This element is introduced in Windows PowerShell 5.0.
public methodstatic ToByteArray Encodes a string as an array of UTF8 bytes.This element is introduced in Windows PowerShell 5.0.
public methodstatic ToBytes This element is introduced in Windows PowerShell 5.0.
public methodstatic ToProtectedString This element is introduced in Windows PowerShell 5.0.
public methodstatic ToSecureString This element is introduced in Windows PowerShell 5.0.
public methodstatic ToUnicodeString This element is introduced in Windows PowerShell 5.0.
public methodstatic ToUnsecureString This element is introduced in Windows PowerShell 5.0.
public methodstatic ToUtf8String Creates a string from a collection of UTF8 bytes.This element is introduced in Windows PowerShell 5.0.
public methodstatic UnprotectBinaryForMachine Decrypts the given collection of bytes with the machine key and salt. This element is introduced in Windows PowerShell 5.0.
public methodstatic UnprotectBinaryForUser Decrypts the given collection of bytes with the user key and salt. This element is introduced in Windows PowerShell 5.0.
public methodstatic UnprotectForMachine Decrypts the given collection of bytes with the machine key and salt and returns a string from the UTF8 representation of the bytes. This element is introduced in Windows PowerShell 5.0.
public methodstatic UnprotectForUser Decrypts the given collection of bytes with the user key and salt. This element is introduced in Windows PowerShell 5.0.

Top

Extension Methods

  Name Description
public extension method As  Use this method to adapt an object from a foreign app domain to a known interface in this app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method As  This is called to adapt an object from a foreign app domain to a known interface in this appDomainThis element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method As  Adapts an object from a foreign app domain to a known interface in this app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method Extend  Use this method to adapt and extend an object so that you can pass it to a foreign app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method Extend  This is called to adapt and extend an object that we wish to pass to a foreign app domainThis element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method Extend  Used to extend an object with an interface from a foreign app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method ToEnumerable  This element is introduced in Windows PowerShell 5.0. (Defined by CollectionExtensions.)

Top

See Also

Reference

RequestExtensions Class
Microsoft.OneGet.MetaProvider.PowerShell Namespace