 | UpstreamDeviceIdentityProviderChangeSecret Method |
Change the device secret
Namespace: SanteDB.Client.Upstream.SecurityAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic void ChangeSecret(
string deviceName,
string deviceSecret,
IPrincipal principal
)
Public Sub ChangeSecret (
deviceName As String,
deviceSecret As String,
principal As IPrincipal
)
public:
virtual void ChangeSecret(
String^ deviceName,
String^ deviceSecret,
IPrincipal^ principal
) sealed
abstract ChangeSecret :
deviceName : string *
deviceSecret : string *
principal : IPrincipal -> unit
override ChangeSecret :
deviceName : string *
deviceSecret : string *
principal : IPrincipal -> unit Parameters
- deviceName String
- The device identifier for which the secret is being changed
- deviceSecret String
- The new secret (or thumbprint of certificate to be used)
- principal IPrincipal
- The principal which is changing the secret
Implements
IDeviceIdentityProviderServiceChangeSecret(String, String, IPrincipal)
See Also