Namespace:
Microsoft.IdentityModel.Protocols.WSFederation.Metadata
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim algorithm As Uri
Dim instance As New EncryptionMethod(algorithm)
|
Syntax
Visual Basic |
Public Sub New ( _
algorithm As Uri _
)
|
C# |
public EncryptionMethod (
Uri algorithm
)
|
C++ |
public:
EncryptionMethod (
Uri^ algorithm
)
|
J# |
public EncryptionMethod (
Uri algorithm
)
|
JScript |
public function EncryptionMethod (
algorithm : Uri
)
|
Parameters
- algorithm
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also