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 | |
---|---|---|
LocalDynamicInterface | This instance of the dynamic interface that you can supply to another app domain as a remotable object.This element is introduced in Windows PowerShell 5.0. | |
RemoteDynamicInterface | The instance of the dynamic inteface service from the calling app domainThis element is introduced in Windows PowerShell 5.0. |
Top
Public Methods
(see also Extension Methods)
Name | Description | |
---|---|---|
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. | |
Extend | Used to extend an object with an interface from a foreign app domain.This element is introduced in Windows PowerShell 5.0. | |
FromBase64 | This element is introduced in Windows PowerShell 5.0. | |
FromProtectedString | This element is introduced in Windows PowerShell 5.0. | |
Is | This element is introduced in Windows PowerShell 5.0. | |
IsEmptyOrNull | This element is introduced in Windows PowerShell 5.0. | |
IsTrue | This element is introduced in Windows PowerShell 5.0. | |
ProtectBinaryForMachine | Encrypts a collection of bytes with the machine key and salt.This element is introduced in Windows PowerShell 5.0. | |
ProtectBinaryForUser | Encrypts a collection of bytes with the user key and salt.This element is introduced in Windows PowerShell 5.0. | |
ProtectForMachine | Encrypts a string with the machine key and salt.This element is introduced in Windows PowerShell 5.0. | |
ProtectForUser | Encrypts a string with the user key and salt.This element is introduced in Windows PowerShell 5.0. | |
ToBase64 | This element is introduced in Windows PowerShell 5.0. | |
ToByteArray | Encodes a string as an array of UTF8 characters.This element is introduced in Windows PowerShell 5.0. | |
ToBytes | This element is introduced in Windows PowerShell 5.0. | |
ToProtectedString | This element is introduced in Windows PowerShell 5.0. | |
ToSecureString | This element is introduced in Windows PowerShell 5.0. | |
ToUnicodeString | This element is introduced in Windows PowerShell 5.0. | |
ToUnsecureString | This element is introduced in Windows PowerShell 5.0. | |
ToUtf8String | Creates a string from a collection of bytes containing UTF8 characters.This element is introduced in Windows PowerShell 5.0. | |
UnprotectBinaryForMachine | Decrypts a collection of bytes with the machine key and salt. This element is introduced in Windows PowerShell 5.0. | |
UnprotectBinaryForUser | Decrypts a collection of bytes with the user key and salt. This element is introduced in Windows PowerShell 5.0. | |
UnprotectForMachine | Decrypts a collection of bytes with the machine key and salt and then returns a string representation of the decrypted UTF8 bytes. This element is introduced in Windows PowerShell 5.0. | |
UnprotectForUser | Decrypts a collection of bytes with the user key and salt and then returns a string representation of the decrypted UTF8 bytes. This element is introduced in Windows PowerShell 5.0. |
Top
Extension Methods
Name | Description | |
---|---|---|
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.) | |
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.) | |
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.) | |
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.) | |
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.) | |
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.) | |
ToEnumerable | This element is introduced in Windows PowerShell 5.0. (Defined by CollectionExtensions.) |
Top
See Also
Reference
RequestExtensions Class
Microsoft.OneGet.ServicesProvider.Common Namespace