LiveDnsCore.GetResourceRecordByNameAndSecretKey Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://livednscore.Live.com/GetResourceRecordByNameAndSecretKey", RequestNamespace := "https://livednscore.Live.com/", _
ResponseNamespace := "https://livednscore.Live.com/", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetResourceRecordByNameAndSecretKey ( _
ownerName As String, _
secretKey As Byte() _
) As ResourceRecord
[SoapDocumentMethodAttribute("https://livednscore.Live.com/GetResourceRecordByNameAndSecretKey", RequestNamespace = "https://livednscore.Live.com/",
ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public ResourceRecord GetResourceRecordByNameAndSecretKey(
string ownerName,
byte[] secretKey
)
[SoapDocumentMethodAttribute(L"https://livednscore.Live.com/GetResourceRecordByNameAndSecretKey", RequestNamespace = L"https://livednscore.Live.com/",
ResponseNamespace = L"https://livednscore.Live.com/", Use = SoapBindingUse::Literal,
ParameterStyle = SoapParameterStyle::Wrapped)]
public:
ResourceRecord^ GetResourceRecordByNameAndSecretKey(
String^ ownerName,
array<unsigned char>^ secretKey
)
[<SoapDocumentMethodAttribute("https://livednscore.Live.com/GetResourceRecordByNameAndSecretKey", RequestNamespace = "https://livednscore.Live.com/",
ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)>]
member GetResourceRecordByNameAndSecretKey :
ownerName:string *
secretKey:byte[] -> ResourceRecord
public function GetResourceRecordByNameAndSecretKey(
ownerName : String,
secretKey : byte[]
) : ResourceRecord
Parameters
- ownerName
Type: System.String
- secretKey
Type: array<System.Byte[]
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.ResourceRecord
Returns ResourceRecord.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.